Foreachloop container Does not Load full data

I have a scenario where I am loading 16 files into one single table with same num of fields in all the files.
When I I run the package there are no issues, it shows like all the records are loaded succesfully from the file, but when I go to individual files and cehck I am missing few records from one of the files:
Eg: File 1 normally have 15 records but during foreach loop execution it loads only 10 records, I tried to load it seperately and its loading all 15 rows.
issue is when I am loading the data through Foreach Loop.
Please Help
Thanks
Thanks, Please Help People When they need..!!! Mark as answered if your problem is solved.

Is any properties for ForEachLoop like directory etc set from outside through configuration ?
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
for Now I am not using any package configuraiton.. Its just Plain hard coded values in the package.
Thanks, Please Help People When they need..!!! Mark as answered if your problem is solved.
Sometimes, it could be a trigger on a table, check if you have any on the destination in question.
Arthur My Blog
Arthur,
I tried to Figure out the Issue. There are total 18 Files in the loop all of them have Identical Fields except one File which was missing a Field. Source and destination do no match for that file, 
I tried to add that field in the source File and then run it, Counts match this time.
Thanks Everyone for the Help.
Thanks, Please Help People When they need..!!! Mark as answered if your problem is solved.

Similar Messages

  • CLIENT_TEXT_IO does not export full data

    Hi everyone,
    I am using CLIENT_TEXT_IO to export data into a text file, but the data is not fully written and terminated but message appears successfully exported (as mentioned in code).
    I tried it with TEXT_IO and its working fine for me but on the client side its giving this error:
    "File Creation was interrupted. Error 302000: non-Oracle exception"
    any suggestions?

    DECLARE
    in_file CLIENT_TEXT_IO.FILE_TYPE;
    linebuf VARCHAR2(4000);
    V_ALT NUMBER;
    filename VARCHAR2(1000) :='S:\SASData\birth_death\Rawdata\SAS-' || TO_CHAR(SYSDATE, 'DDMMRRRR-HH24MISS') || '.txt';
              CURSOR C IS
              SELECT BNF_CHILD_CPRNO || '@' || BNF_NO || '@' || HC_CODE || '@' ||
              TO_CHAR(BNF_REG_DT, 'DD/MON/RRRR') || '@' ||
              TO_CHAR(BNF_CHILD_DOB, 'DD/MON/RRRR') || '@' ||
              BNF_CHILD_DLVRY_ORDER || '@' || BNF_CHILD_SEX || '@' || HCF_CODE || '@' ||
              DLVRYCOND_ID || '@' || DLVRY_TYPE_ID || '@' || BNF_WT_KG || '@' ||
              BNF_WT_GM || '@' || BNF_GEST_WEEK || '@' || BNF_GEST_DAY || '@' ||
              BLK_CODE || '@' || TO_CHAR(BNF_FATH_DOB, 'DD/MON/RRRR') || '@' ||
              BNF_FATH_COUNCODE || '@' ||
              TO_CHAR(BNF_MOTH_DOB || 'DD/MON/RRRR') || '@' ||
              BNF_MOTH_COUNCODE || '@' || BNF_MRG_DUR_YR || '@' ||
              BNF_MRG_DUR_MM || '@' || BNF_NO_OF_BIRTH || '@' || BNF_PRV_ALIVE || '@' ||
              BNF_PRV_DEAD || '@' || BNF_DLVRY_INTRVL_YR || '@' ||
              BNF_DLVRY_INTRVL_MM || '@' || BNF_POD_COUNCODE || '@' ||
              BNF_MOTH_RELCODE || '@' || BNF_FATH_RELCODE || '@' ||
              BNF_MOTH_CPR || '@' || BNF_FATH_QUALOBTCODE || '@' ||
              BNF_MOTH_QUALOBTCODE || '@' || BNF_STATUS || '@' || BNF_PARA MYDATA
              FROM EBIRTH_USER.T_EBIRTH_BNF T
              WHERE BNF_REG_DT BETWEEN :REG_FDATE AND :REG_TDATE
              AND UPPER(BNF_REC_STATUS) = 'Y';--Consider only Active status Y
    BEGIN
    P_VALIDATE_RANGE;     --CHECK IF DATA EXISTS
              IF CLIENT_TEXT_IO.Is_Open(in_file) THEN
              CLIENT_TEXT_IO.Fclose(in_file);
              END IF;
    in_file := CLIENT_TEXT_IO.FOPEN(filename, 'W');
    FOR I IN C LOOP
    linebuf := I.MYDATA;
    CLIENT_TEXT_IO.PUT_LINE(in_file, linebuf);
    synchronize;
    END LOOP;
    CLIENT_TEXT_IO.FCLOSE(in_file);
    SET_ALERT_PROPERTY('AL_CAU_OK',TITLE,'Exporting Status');
    filename := replace(filename,'S:\SASData\birth_death\Rawdata\','');
              SET_ALERT_PROPERTY('AL_CAU_OK',ALERT_MESSAGE_TEXT,'File '||filename||' Successfully Created.');
              V_ALT := SHOW_ALERT('AL_CAU_OK');
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    CLIENT_TEXT_IO.FCLOSE(in_file);
    WHEN OTHERS THEN
    --MESSAGE(sqlerrm);MESSAGE(sqlerrm);
    SET_ALERT_PROPERTY('AL_STOP_OK',TITLE,'Exporting Status');
                   SET_ALERT_PROPERTY('AL_STOP_OK',ALERT_MESSAGE_TEXT,'File Creation was interrupted. Error: '||sqlerrm);
                   V_ALT := SHOW_ALERT('AL_STOP_OK');
    RAISE FORM_TRIGGER_FAILURE;
    END;
    Edited by: rha2 on Jul 11, 2012 10:26 AM

  • Full extractor does not load all the g/l accounts

    Hello experts,
    I have a empy DataStore Object (ZFI_O02) and I want to load the information (g/l accounts) with a full infopackage. The load have the status of "Green" but when I check the information I have accounts without some documents. I do not know why my full extractor does not load correctly all the information.
    I test the DataSources  (3FI_SL_K2_SI) with the Tcode RSA3 and the test shows the all the accounts with all the documents.
    Others tests ->  I used the same infopackage (full mode) and restrict with the 0FISCPER (2010) and 0GL_ACCOUNT (Account Number) checked the PSA and I have the acoount with all the documents.
                         -> I used the same infopackage (full mode) and restrict only with the 0FISCPER (2010) checked the PSA and I have the account with one document missed.
    Please help me.
    Regards
    Jeanette

    Hi Jeanette,
    Looks like the data is getting overwritten in the DSO. This usually happens when there are records with same Key Fields and also has certain characteristics that are unique but not key fields.
    I suggest, you take a subset of a GL for which the data does not match, then compare the entries in the DSO and the PSA.
    For Eg: If Business Area is not the key, then the data for all the same business areas will be overwritten. Thus making the BA key would eliminate the problem.
    Hope this helps.
    Regards,
    Gaurav

  • Adobe flash player does not load statistics on Google Public Data

    Adobe flash player does not load statistics on Google Public Data and displays a white page. However If I put the same URL in an other browser the page loads seamlessly. Is it a Firefox or a Adobe flash player bug ?

    I looked on the Google Public Data site, but couldn't find any Flash videos.
    Can you provide a link where you say the problem is occurring?

  • AWM - After successull cube maintainance data does not load

    Hi All,
    After creating the cube when i maintain the cube the data does not load. I went back and looked at the mapping at the cube level and the dimension level and everything looks fine. Any clues why the data does not get loaded. Also, i did not recieve any error while maintaing the cube.
    thanks

    Hi,
    I was able to resolve this issue. I did not map the cube properly especially the time dimension. Due to this the data did not get loaded in the cube. ReMapping fixed the problem.
    Hope this helps other newbies..

  • Embedded Database - data does not load

    Hello.
    I am currently using NetBeans 6.5 and am experimenting with the CarsApp tutorial.
    Whenever I create an application using the server database, the data loads automatically when the application starts.
    However, when I create the application using an embedded database, the data does not load and I just get a blank table.
    For more information, go to: http://forums.sun.com/thread.jspa?threadID=5366394&tstart=0
    Thank you in advance!

    I'm sorry, I didn't know it was so looked down upon.
    I thought that since this topic pertained to both Destop Applications and JDBC, I could get the best and quickest answer if I posted in both.
    Apparently, that was a mistake.
    Thanks, anyways!

  • Suddenly getting UserNotFoundException: User Not Found: Could not load profile data from the database

    Starting yesterday (I believe) we are suddenly receiving a "User not found" error when trying to view a user's profile page when clicking on their name (in search or elsewhere) via the url
    https://www.contoso.org/Person.aspx?accountname=contoso%255Cmyuserlogin
    This is happening for all users. (but profiles exist and seem ok, and sync with AD is running fine) When looking in the logs I see the error  (full ULS log is later below)
    Exception in LoadRequestedUserProfile: (Microsoft.Office.Server.UserProfiles.UserNotFoundException: User Not Found: Could not load profile data from the database.
    The only clue of what MAY be going on is just before that I see the following two lines which came up after I changed the Database logging to Verbose:
    ConnectionString: 'Data Source=INSTANCE;Initial Catalog=UPAPROFILEDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][UPAPROFILEDB]'    Partition:
    NULL ConnectionState: Closed ConnectionTimeout: 15
    SQL connection time: 0.0456 for Data Source=INSTANCE;Initial Catalog=UPAPROFILEDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile] 
    If I am reading that correctly, does it mean the connection to the database is timing out instantly? I am able to use powershell to pull up profiles and print them to the screen while on the webservers. And it's only the one specific page that is not
    working.
    What sort of tests or further debugging can I do for the error above?
    We are on premise, SharePoint 2013 sp1, sql2012, server 2012, claims using the full SharePoint Profiile Sychronization against AD.  Farm has been running since last august. Last week the admin team did run windows update on all servers, I can't be sure
    if it was broken for 5 days and no one noticed or if it broke yesterday.
    I already did the following:
    Verified the profiles do exist in central admin.
    I can still access their personal sites directly via
    https://www.contoso.org/personal/myuserlogin
    I checked the ProfileDB database and made sure the service accounts for the UPA has dbowner, so does the farm account, and the web application pool has SPDataAccess.
    Verified the AD sync account has proper rights in AD.
    I reran a full synchronization which ran with no errors.
    File systems on the webservers and appserver have plenty of free space.
    Rebooted every server in farm
    I even checked the bin directory of the mysite webapplication, (since once I had a weird problem where access to bin was removed.) WSS_ADMIN_WPG, WSS_RESTRICTED_WPG_W4 have full control and WSS_WPG,IIS_IUSRS all have read and execute.
    I opened powershell on the webserver I can indeed load profiles and print their values.
    Timestamp Area Category EventID Level Message Correlation
    07/25/2014 14:11:08.43 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Parent No
    07/25/2014 14:11:08.43 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz) be11a89c-fbe8-a08d-57d2-afa6a4948743
    07/25/2014 14:11:08.43 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq be11a89c-fbe8-a08d-57d2-afa6a4948743
    07/25/2014 14:11:08.43 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Execution Time=1.3859 be11a89c-fbe8-a08d-57d2-afa6a4948743
    07/25/2014 14:11:08.47 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Parent No
    07/25/2014 14:11:08.47 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz) be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.49 SharePoint Foundation General ajji6 High Unable to write SPDistributedCache call usage entry. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|fa\cbuchholz, ClaimsCount=167 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, ... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String virtualPath) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web) at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...ecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...etion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Files aiv4w Medium Spent 0 ms to bind 4224 byte file stream be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=11.7341 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.52 SharePoint Portal Server User Profiles aj2aw Verbose GetPartitionPropertiesCache :: ApplicationId = c604ddac-b9f9-4661-b31f-44cdcf2b78dc be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.52 SharePoint Portal Server User Profiles aj2ax Verbose GetPartitionPropertiesCache :: Trying to find existing cache be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.52 SharePoint Portal Server User Profiles aj2az Verbose GetPartitionPropertiesCache :: Getting Cached object be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Portal Server User Profiles aj2aw Verbose GetPartitionPropertiesCache :: ApplicationId = c604ddac-b9f9-4661-b31f-44cdcf2b78dc be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Portal Server User Profiles aj2ax Verbose GetPartitionPropertiesCache :: Trying to find existing cache be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Portal Server User Profiles aj2ay Verbose GetPartitionPropertiesCache :: Found existing cache in httpcontext be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Server Database tzku Verbose ConnectionString: 'Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile]' Partition: NULL ConnectionState: Closed ConnectionTimeout: 15 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Server Database ahjqp Verbose SQL connection time: 0.0583 for Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile] be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri http://www.hungernet.org/. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri http://www.hungernet.org/. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri http://lnkd.in/bb6rsHj. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Server Database tzku Verbose ConnectionString: 'Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile]' Partition: NULL ConnectionState: Closed ConnectionTimeout: 15 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Server Database ahjqp Verbose SQL connection time: 0.0456 for Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile] be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Portal Server User Profiles ajw8l High Exception in LoadRequestedUserProfile: (Microsoft.Office.Server.UserProfiles.UserNotFoundException: User Not Found: Could not load profile data from the database. at Microsoft.Office.Server.UserProfiles.UserProfile.Load(SqlDataReader myReader, Boolean bFirstRead, Boolean firstReaderIsViewerRights, Boolean includeColleagueRecords, Boolean includeLanguageAndRegionalSettings, Boolean shouldCloseReader) at Microsoft.Office.Server.UserProfiles.UserProfile.RetrieveUser(String strAcct, Guid gAcct, Byte[] bSid, Nullable`1 recordId, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile, Boolean loadColleagueRecordIds, String strEmail) at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAcct, Boolean doNotResolveToMasterAccount, Boole... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55* SharePoint Portal Server User Profiles ajw8l High ...an forceUserIsSelf, Boolean loadFullProfile, Boolean loadColleagueRecordIds, String strEmail) at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(String strAccountName, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile, Boolean loadColleagueRecordIds) at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.LoadRequestedUserProfile(String& redirectionUrl)) be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation General aat87 Monitorable be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation General ajji6 High Unable to write SPDistributedCache call usage entry. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,20 ajji6,3 agb9s,10 ak8dj,1 b4ly,25 adyrv,1 adyrv,4 adyrv,3 ajw8l,1 aat87,3 ajji6 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Execution Time=78.9958 be11a89c-ebeb-a08d-57d2-a513d117e184

    Have Windows Updates been applied? See my note about this
    https://twitter.com/imorrish/status/491020435039854592
    Look at the URL in the search results. It may have invalid character in which case you can use this fix
    http://blogs.msdn.com/b/spses/archive/2014/06/30/sharepoint-2013-the-search-results-with-5c-the-character-will-become-double-encoded-and-causes-broken-links.aspx
    Regards,
    Ian
    http://sps.cloudapp.net
    Regards, Ian Internet Sites running on SharePoint 2013 http://j.mp/sp2013sites

  • [Regression] KDE4 does not load anymore after recent kernel update.

    Hi,
    I have updated my system to latest packages and now KDE4 does not load. i get a Blank Screen.
    I can't reach virtual terminals(I tried ALT+F1 to F11, but no response)
    Control + ALT + BACKSPACE does not work.
    even magic SysRq key(Alt+SysRq+REISUB) has no effect.
    So I had to hard reset my machine. somehow I managed to get logs.
    /var/log/Xorg.o
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 30 06:43:33 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:00f3:0000:0000 nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 185.18.14 Wed May 27 01:53:56 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver 185.18.14 Wed May 27 01:30:19 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.80.00
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) NVIDIA(0): Samsung SyncMaster (CRT-0)
    (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (104, 113); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    /var/log/errors.log
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:54 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:09:04 moody kdm[4164]: X server startup timeout, terminating
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:40 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:50 moody kdm[4165]: X server startup timeout, terminating
    Jul 30 06:44:15 moody kdm[4165]: X server for display :0 cannot be started, session disabled
    /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder62) Tue Jan 6 09:44:34 PST 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 71.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "PixmapCacheSize" "300000"
    Option "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1280x1024 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Looks like X server is not starting for some reason and this is the root cause of the problem.
    Here is the list of Packages which were Updated
    /var/log/pacman.log
    [2009-07-25 07:36] synchronizing package lists
    [2009-07-25 07:37] starting full system upgrade
    [2009-07-25 10:03] synchronizing package lists
    [2009-07-25 10:03] starting full system upgrade
    [2009-07-25 10:07] upgraded boost (1.39.0-1 -> 1.39.0-2)
    [2009-07-25 10:07] upgraded cups (1.3.10-3 -> 1.3.11-1)
    [2009-07-25 10:07] upgraded device-mapper (1.02.32-2 -> 1.02.33-1)
    [2009-07-25 10:07] upgraded dmapi (2.2.10-1 -> 2.2.10-2)
    [2009-07-25 10:07] upgraded dri2proto (2.0-1 -> 2.1-1)
    [2009-07-25 10:07] upgraded gcc-libs (4.4.0-5 -> 4.4.1-1)
    [2009-07-25 10:08] upgraded gcc (4.4.0-5 -> 4.4.1-1)
    [2009-07-25 10:08] upgraded hwdetect (2009.07-1 -> 2009.07-2)
    [2009-07-25 10:08] upgraded kbd (1.15-1 -> 1.15-2)
    [2009-07-25 10:08] >>> Updating module dependencies. Please wait ...
    [2009-07-25 10:08] >>> MKINITCPIO SETUP
    [2009-07-25 10:08] >>> ----------------
    [2009-07-25 10:08] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-07-25 10:08] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-07-25 10:08] >>> More information about mkinitcpio setup can be found here:
    [2009-07-25 10:08] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-07-25 10:08]
    [2009-07-25 10:08] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-07-25 10:08] ==> Building image "default"
    [2009-07-25 10:08] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-07-25 10:08] :: Begin build
    [2009-07-25 10:08] :: Parsing hook [base]
    [2009-07-25 10:08] :: Parsing hook [udev]
    [2009-07-25 10:08] :: Parsing hook [autodetect]
    [2009-07-25 10:08] :: Parsing hook [ide]
    [2009-07-25 10:08] :: Parsing hook [scsi]
    [2009-07-25 10:08] :: Parsing hook [sata]
    [2009-07-25 10:08] :: Parsing hook [usb]
    [2009-07-25 10:08] :: Parsing hook [usbinput]
    [2009-07-25 10:08] :: Parsing hook [keymap]
    [2009-07-25 10:08] :: Parsing hook [filesystems]
    [2009-07-25 10:08] :: Generating module dependencies
    [2009-07-25 10:08] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-07-25 10:08] ==> SUCCESS
    [2009-07-25 10:08] ==> Building image "fallback"
    [2009-07-25 10:08] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-07-25 10:08] :: Begin build
    [2009-07-25 10:08] :: Parsing hook [base]
    [2009-07-25 10:09] :: Parsing hook [udev]
    [2009-07-25 10:09] :: Parsing hook [ide]
    [2009-07-25 10:09] :: Parsing hook [scsi]
    [2009-07-25 10:09] :: Parsing hook [sata]
    [2009-07-25 10:09] :: Parsing hook [usb]
    [2009-07-25 10:09] :: Parsing hook [usbinput]
    [2009-07-25 10:09] :: Parsing hook [keymap]
    [2009-07-25 10:09] :: Parsing hook [filesystems]
    [2009-07-25 10:10] :: Generating module dependencies
    [2009-07-25 10:10] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-07-25 10:10] ==> SUCCESS
    [2009-07-25 10:10] upgraded kernel26 (2.6.30.1-1 -> 2.6.30.2-1)
    [2009-07-25 10:10] upgraded lib32-libgl (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded lib32-libpng (1.2.37-1 -> 1.2.38-1)
    [2009-07-25 10:10] upgraded lib32-mesa (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded lib32-pango (1.24.4-2 -> 1.24.5-1)
    [2009-07-25 10:10] upgraded libtool (2.2.6a-2 -> 2.2.6a-3)
    [2009-07-25 10:10] upgraded libv4l (0.5.99-1 -> 0.6.0-1)
    [2009-07-25 10:10] upgraded lvm2 (2.02.47-2 -> 2.02.48-1)
    [2009-07-25 10:10] upgraded mesa (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded pango (1.24.4-2 -> 1.24.5-1)
    [2009-07-25 10:10] upgraded perl-html-parser (3.60-1 -> 3.61-1)
    [2009-07-25 10:10] upgraded perl-libwww (5.825-1 -> 5.829-1)
    [2009-07-25 10:10] upgraded qtcurve-gtk2 (0.65.3-1 -> 0.66.0-1)
    [2009-07-25 10:10] upgraded qtcurve-kde4 (0.65.4-1 -> 0.66.1-1)
    [2009-07-25 10:10] upgraded smplayer (0.6.7-1 -> 0.6.8-1)
    [2009-07-25 10:10] upgraded xorg-server (1.6.1.901-3 -> 1.6.2-1)
    System Config:
    AMD Athlon 64 3000+
    Archlinux 2.6.30.2 X86_64
    KDE 4.2 Unstable
    Nvidia Geforce 6200 Video card
    please tell me how to get my desktop back.:)
    Last edited by cool (2009-07-30 17:06:32)

    Installed the nvidia-beta driver from AUR. version:190.18. it crashed on me.
    [code]____________________________________________
    Start of NVIDIA bug report log file.  Please include this file
    when reporting a graphics driver bug via the nV News NVIDIA
    Linux forum (see www.nvnews.net) or by sending email to
    '[email protected]'.
    nvidia-bug-report.sh Version: 3969188
    Date: Sat Aug  1 18:50:38 PDT 2009
    uname: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009  03:49:37PM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug  1 18:30:08 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AllowEmptyInput" "off"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:00f3:0000:0000 nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  190.18  Wed Jul 22 16:35:50 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver  190.18  Wed Jul 22 15:47:48 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    (**) Aug 01 18:30:10 NVIDIA(0): Enabling RENDER acceleration
    (II) Aug 01 18:30:10 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Aug 01 18:30:10 NVIDIA(0):     enabled.
    (II) Aug 01 18:30:12 NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)
    (--) Aug 01 18:30:12 NVIDIA(0): Memory: 131072 kBytes
    (--) Aug 01 18:30:12 NVIDIA(0): VideoBIOS: 05.43.02.80.00
    (II) Aug 01 18:30:12 NVIDIA(0): Detected AGP rate: 8X
    (--) Aug 01 18:30:12 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Aug 01 18:30:12 NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) Aug 01 18:30:12 NVIDIA(0):     Samsung SyncMaster (CRT-0)
    (--) Aug 01 18:30:12 NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    (II) Aug 01 18:30:12 NVIDIA(0): Assigned Display Device: CRT-0
    (II) Aug 01 18:30:12 NVIDIA(0): Validated modes:
    (II) Aug 01 18:30:12 NVIDIA(0):     "1280x1024+0+0"
    (II) Aug 01 18:30:12 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) Aug 01 18:30:12 NVIDIA(0): DPI set to (104, 113); computed from "UseEdidDpi" X config
    (--) Aug 01 18:30:12 NVIDIA(0):     option
    (==) Aug 01 18:30:12 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (WW) Aug 01 18:30:12 NVIDIA(0): Failed to allocate GLX video capture device array.
    (II) Aug 01 18:30:12 NVIDIA(0): Initialized AGP GART.
    (II) Aug 01 18:30:12 NVIDIA(0): Setting mode "1280x1024+0+0"
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x26) [0x4ee2e6]
    1: /usr/bin/X(xf86SigHandler+0x6f) [0x47b1cf]
    2: /lib/libc.so.6 [0x7f4b2a26cf90]
    3: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000988X+0x23) [0x7f4b27067893]
    4: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2702f988]
    5: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv001911X+0x2e) [0x7f4b2707975e]
    6: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b27075814]
    7: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv002497X+0xaa) [0x7f4b27075faa]
    8: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000979X+0x19d) [0x7f4b270503fd]
    9: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2704cf69]
    10: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b272a9d88]
    11: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b272aa53e]
    12: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2729b0bc]
    13: /usr/bin/X(AddScreen+0x1d4) [0x433114]
    14: /usr/bin/X(InitOutput+0x76f) [0x46e12f]
    15: /usr/bin/X(main+0x1fe) [0x43381e]
    16: /lib/libc.so.6(__libc_start_main+0xfd) [0x7f4b2a2599ed]
    17: /usr/bin/X [0x432e59]
    Fatal server error:
    Caught signal 11.  Server aborting
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildmeister@builder62)  Tue Jan  6 09:44:34 PST 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
    #    Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "ServerFlags"
        Option         "AutoAddDevices" "False"
        Option         "Xinerama" "0"
        Option       "AllowEmptyInput" "off"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Samsung SyncMaster"
        HorizSync       30.0 - 71.0
        VertRefresh     50.0 - 160.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 6200"
        Option         "NoLogo" "True"
        Option         "RenderAccel" "True"
        Option         "TripleBuffer" "True"
        Option         "BackingStore" "True"
        Option         "PixmapCacheSize" "300000"
        Option         "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "CRT-0"
        Option         "metamodes" "1280x1024 +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    ldd /usr/bin/glxinfo
        linux-vdso.so.1 =>  (0x00007fff7bdff000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f02ea6dc000)
        libm.so.6 => /lib/libm.so.6 (0x00007f02ea45a000)
        libc.so.6 => /lib/libc.so.6 (0x00007f02ea107000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f02e9dcc000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x00007f02e89a2000)
        libnvidia-tls.so.1 => /usr/lib/libnvidia-tls.so.1 (0x00007f02ea9b8000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f02e8790000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f02e858c000)
        /lib/ld-linux-x86-64.so.2 (0x00007f02ea8cb000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f02e8370000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f02e816e000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f02e7f69000)
    /usr/sbin/lspci -d "10de:*" -v -xxx
    01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6200] (rev a2) (prog-if 00 [VGA controller])
        Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (32-bit, prefetchable) [size=256M]
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [44] AGP version 3.0
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb
    00: de 10 f3 00 07 00 b0 02 a2 00 00 03 00 f8 00 00
    10: 00 00 00 f8 08 00 00 e0 00 00 00 f9 00 00 00 00
    20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    30: 00 00 00 00 60 00 00 00 00 00 00 00 0a 01 05 01
    40: 00 00 00 00 02 00 30 00 1b 0e 00 ff 02 03 00 1f
    50: 00 00 00 00 01 00 00 00 ce d6 23 00 0f 00 00 00
    60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    90: 00 00 00 00 00 80 00 00 01 04 40 c1 00 00 00 00
    a0: 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    /usr/sbin/lspci -t
    -[0000:00]-+-00.0
               +-00.1
               +-00.2
               +-00.3
               +-00.4
               +-00.7
               +-01.0-[0000:01]----00.0
               +-0f.0
               +-0f.1
               +-10.0
               +-10.1
               +-10.2
               +-10.3
               +-10.4
               +-11.0
               +-11.5
               +-12.0
               +-18.0
               +-18.1
               +-18.2
               \-18.3
    /usr/sbin/dmidecode
    # dmidecode 2.10
    SMBIOS 2.3 present.
    33 structures occupying 998 bytes.
    Table at 0x000F0800.
    Handle 0x0000, DMI type 0, 20 bytes
    BIOS Information
        Vendor: Phoenix Technologies, LTD
        Version: 6.00 PG
        Release Date: 06/01/2005
        Address: 0xE0000
        Runtime Size: 128 kB
        ROM Size: 512 kB
        Characteristics:
            ISA is supported
            PCI is supported
            PNP is supported
            APM is supported
            BIOS is upgradeable
            BIOS shadowing is allowed
            ESCD support is available
            Boot from CD is supported
            Selectable boot is supported
            BIOS ROM is socketed
            EDD is supported
            5.25"/360 kB floppy services are supported (int 13h)
            5.25"/1.2 MB floppy services are supported (int 13h)
            3.5"/720 kB floppy services are supported (int 13h)
            3.5"/2.88 MB floppy services are supported (int 13h)
            Print screen service is supported (int 5h)
            8042 keyboard services are supported (int 9h)
            Serial services are supported (int 14h)
            Printer services are supported (int 17h)
            CGA/mono video services are supported (int 10h)
            ACPI is supported
            USB legacy is supported
            AGP is supported
            LS-120 boot is supported
            ATAPI Zip drive boot is supported
            BIOS boot specification is supported
    Handle 0x0001, DMI type 1, 25 bytes
    System Information
        Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
        Product Name: MS-7142
        Version: 1.00
        Serial Number: 
        UUID: Not Present
        Wake-up Type: Power Switch
    Handle 0x0002, DMI type 2, 8 bytes
    Base Board Information
        Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
        Product Name: MS-7142
        Version: 1.00
        Serial Number: 
    Handle 0x0003, DMI type 3, 17 bytes
    Chassis Information
        Manufacturer: 
        Type: Desktop
        Lock: Not Present
        Version: 
        Serial Number: 
        Asset Tag: 
        Boot-up State: Unknown
        Power Supply State: Unknown
        Thermal State: Unknown
        Security Status: Unknown
        OEM Information: 0x00000000
    Handle 0x0004, DMI type 4, 35 bytes
    Processor Information
        Socket Designation: Socket 754
        Type: Central Processor
        Family: Athlon 64
        Manufacturer: AMD
        ID: C0 0F 00 00 FF FB 8B 07
        Signature: Family 15, Model 12, Stepping 0
        Flags:
            FPU (Floating-point unit on-chip)
            VME (Virtual mode extension)
            DE (Debugging extension)
            PSE (Page size extension)
            TSC (Time stamp counter)
            MSR (Model specific registers)
            PAE (Physical address extension)
            MCE (Machine check exception)
            CX8 (CMPXCHG8 instruction supported)
            APIC (On-chip APIC hardware supported)
            SEP (Fast system call)
            MTRR (Memory type range registers)
            PGE (Page global enable)
            MCA (Machine check architecture)
            CMOV (Conditional move instruction supported)
            PAT (Page attribute table)
            PSE-36 (36-bit page size extension)
            CLFSH (CLFLUSH instruction supported)
            MMX (MMX technology supported)
            FXSR (Fast floating-point save and restore)
            SSE (Streaming SIMD extensions)
            SSE2 (Streaming SIMD extensions 2)
        Version: AMD Athlon(tm) 64 Processor 3000+
        Voltage: 1.5 V
        External Clock: 200 MHz
        Max Speed: 3000 MHz
        Current Speed: 2000 MHz
        Status: Populated, Enabled
        Upgrade: Socket 754
        L1 Cache Handle: 0x0008
        L2 Cache Handle: 0x0009
        L3 Cache Handle: Not Provided
        Serial Number: 
        Asset Tag: 
        Part Number: 
    Handle 0x0005, DMI type 5, 20 bytes
    Memory Controller Information
        Error Detecting Method: 64-bit ECC
        Error Correcting Capabilities:
            None
        Supported Interleave: One-way Interleave
        Current Interleave: One-way Interleave
        Maximum Memory Module Size: 4096 MB
        Maximum Total Memory Size: 8192 MB
        Supported Speeds:
            70 ns
            60 ns
            50 ns
        Supported Memory Types:
            Standard
            DIMM
        Memory Module Voltage: 2.9 V
        Associated Memory Slots: 2
            0x0006
            0x0007
        Enabled Error Correcting Capabilities: None
    Handle 0x0006, DMI type 6, 12 bytes
    Memory Module Information
        Socket Designation: A0
        Bank Connections: None
        Current Speed: 5 ns
        Type: Unknown EDO
        Installed Size: Not Installed
        Enabled Size: Not Installed
        Error Status: OK
    Handle 0x0007, DMI type 6, 12 bytes
    Memory Module Information
        Socket Designation: A1
        Bank Connections: 2 3
        Current Speed: 5 ns
        Type: Unknown EDO
        Installed Size: 1024 MB (Double-bank Connection)
        Enabled Size: 1024 MB (Double-bank Connection)
        Error Status: OK
    Handle 0x0008, DMI type 7, 19 bytes
    Cache Information
        Socket Designation: Internal Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 128 kB
        Maximum Size: 128 kB
        Supported SRAM Types:
            Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unknown
        Associativity: Unknown
    Handle 0x0009, DMI type 7, 19 bytes
    Cache Information
        Socket Designation: External Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 512 kB
        Maximum Size: 512 kB
        Supported SRAM Types:
            Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unknown
        Associativity: Unknown
    Handle 0x000A, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: PRIMARY IDE
        Internal Connector Type: On Board IDE
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other
    Handle 0x000B, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: SECONDARY IDE
        Internal Connector Type: On Board IDE
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other
    Handle 0x000C, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: FDD
        Internal Connector Type: On Board Floppy
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: 8251 FIFO Compatible
    Handle 0x000D, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: COM1
        Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
        External Reference Designator: 
        External Connector Type: DB-9 male
        Port Type: Serial Port 16450 Compatible
    Handle 0x000E, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: COM2
        Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
        External Reference Designator: 
        External Connector Type: DB-9 male
        Port Type: Serial Port 16450 Compatible
    Handle 0x000F, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: LPT1
        Internal Connector Type: DB-25 female
        External Reference Designator: 
        External Connector Type: DB-25 female
        Port Type: Parallel Port ECP/EPP
    Handle 0x0010, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: Keyboard
        Internal Connector Type: PS/2
        External Reference Designator: 
        External Connector Type: PS/2
        Port Type: Keyboard Port
    Handle 0x0011, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: PS/2 Mouse
        Internal Connector Type: PS/2
        External Reference Designator: 
        External Connector Type: PS/2
        Port Type: Mouse Port
    Handle 0x0012, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: USB0
        External Connector Type: Other
        Port Type: USB
    Handle 0x0013, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI0
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 1
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0014, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI1
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 2
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0015, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI2
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 3
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0016, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI3
        Type: 32-bit PCI
        Current Usage: In Use
        Length: Long
        ID: 0
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0017, DMI type 9, 13 bytes
    System Slot Information
        Designation: AGP
        Type: 32-bit AGP
        Current Usage: In Use
        Length: Long
        ID: 8
        Characteristics:
            5.0 V is provided
    Handle 0x0018, DMI type 13, 22 bytes
    BIOS Language Information
        Installable Languages: 3
            n|US|iso8859-1
            n|US|iso8859-1
            r|CA|iso8859-1
        Currently Installed Language: n|US|iso8859-1
    Handle 0x0019, DMI type 16, 15 bytes
    Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 8 GB
        Error Information Handle: Not Provided
        Number Of Devices: 2
    Handle 0x001A, DMI type 17, 27 bytes
    Memory Device
        Array Handle: 0x0019
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: No Module Installed
        Form Factor: DIMM
        Set: None
        Locator: A0
        Bank Locator: Bank0/1
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: None
        Serial Number: None
        Asset Tag: None
        Part Number: None
    Handle 0x001B, DMI type 17, 27 bytes
    Memory Device
        Array Handle: 0x0019
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 1024 MB
        Form Factor: DIMM
        Set: None
        Locator: A1
        Bank Locator: Bank2/3
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: None
        Serial Number: None
        Asset Tag: None
        Part Number: None
    Handle 0x001C, DMI type 19, 15 bytes
    Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Physical Array Handle: 0x0019
        Partition Width: 0
    Handle 0x001D, DMI type 20, 19 bytes
    Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x001A
        Memory Array Mapped Address Handle: 0x001C
        Partition Row Position: 1
    Handle 0x001E, DMI type 20, 19 bytes
    Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Physical Device Handle: 0x001B
        Memory Array Mapped Address Handle: 0x001C
        Partition Row Position: 1
    Handle 0x001F, DMI type 32, 11 bytes
    System Boot Information
        Status: No errors detected
    Handle 0x0020, DMI type 127, 4 bytes
    End Of Table
    /sbin/modinfo nvidia | grep vermagic
    vermagic:       2.6.30-ARCH SMP preempt mod_unload
    Scanning kernel log files for NVRM messages:
    /var/log/messages is not readable
      /var/log/kernel.log:
    Aug  1 17:43:55 moody kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  185.18.14  Wed May 27 01:23:47 PDT 2009
    Aug  1 18:26:08 moody kernel: NVRM: API mismatch: the client has the version 190.18, but
    Aug  1 18:26:08 moody kernel: NVRM: this kernel module has the version 185.18.14.  Please
    Aug  1 18:26:08 moody kernel: NVRM: make sure that this kernel module and all NVIDIA driver
    Aug  1 18:26:08 moody kernel: NVRM: components have the same version.
    Aug  1 18:27:04 moody kernel: NVRM: API mismatch: the client has the version 190.18, but
    Aug  1 18:27:04 moody kernel: NVRM: this kernel module has the version 185.18.14.  Please
    Aug  1 18:27:04 moody kernel: NVRM: make sure that this kernel module and all NVIDIA driver
    Aug  1 18:27:04 moody kernel: NVRM: components have the same version.
    Aug  1 18:29:30 moody kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  190.18  Wed Jul 22 15:36:09 PDT 2009
    Aug  1 18:30:12 moody kernel: NVRM: Xid (0001:00): 6, PE0000 0104 00000000 00000000 ffffffff 00000000
    Aug  1 18:30:12 moody kernel: NVRM: Xid (0001:00): 6, PE0000 0104 00000000 00000000 ffffffff 00000000
    dmesg:
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.0 20090630 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009
    Command line: root=/dev/disk/by-uuid/ee4f81b6-1e0f-4ab9-a1e2-d6109732dbc5 ro
    KERNEL supported cpus:
      Intel GenuineIntel
      AMD AuthenticAMD
      Centaur CentaurHauls
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
    BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
    BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    DMI 2.3 present.
    Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x3fff0 max_arch_pfn = 0x100000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
      00000-9FFFF write-back
      A0000-BFFFF uncachable
      C0000-C7FFF write-protect
      C8000-CFFFF uncachable
      D0000-D7FFF write-back
      D8000-FFFFF uncachable
    MTRR variable ranges enabled:
      0 base 0000000000 mask FFC0000000 write-back
      1 base 00F0000000 mask FFF8000000 write-combining
      2 disabled
      3 disabled
      4 disabled
      5 disabled
      6 disabled
      7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f400 (usable)
    modified: 000000000009f400 - 00000000000a0000 (reserved)
    modified: 00000000000f0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003fff0000 (usable)
    modified: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
    modified: 000000003fff3000 - 0000000040000000 (ACPI data)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ffff0000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-000000003fff0000
    0000000000 - 003fe00000 page 2M
    003fe00000 - 003fff0000 page 4k
    kernel direct mapping tables up to 3fff0000 @ 10000-13000
    RAMDISK: 37f00000 - 37fefc8d
    ACPI: RSDP 00000000000f6b80 00014 (v00 VIAK8M)
    ACPI: RSDT 000000003fff3040 0002C (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: FACP 000000003fff30c0 00074 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: DSDT 000000003fff3180 04D34 (v01 VIAK8M AWRDACPI 00001000 MSFT 0100000E)
    ACPI: FACS 000000003fff0000 00040
    ACPI: APIC 000000003fff7f00 0005A (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: Local APIC address 0xfee00000
    (7 early reservations) ==> bootmem [0000000000 - 003fff0000]
      #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
      #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
      #2 [0000200000 - 000082c0d0]    TEXT DATA BSS ==> [0000200000 - 000082c0d0]
      #3 [0037f00000 - 0037fefc8d]          RAMDISK ==> [0037f00000 - 0037fefc8d]
      #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
      #5 [000082d000 - 000082d0b6]              BRK ==> [000082d000 - 000082d0b6]
      #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
    found SMP MP-table at [ffff8800000f4b80] f4b80
    [ffffe20000000000-ffffe20000dfffff] PMD -> [ffff880001200000-ffff880001ffffff] on node 0
    Zone PFN ranges:
      DMA      0x00000010 -> 0x00001000
      DMA32    0x00001000 -> 0x00100000
      Normal   0x00100000 -> 0x00100000
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
        0: 0x00000010 -> 0x0000009f
        0: 0x00000100 -> 0x0003fff0
    On node 0 totalpages: 262015
      DMA zone: 56 pages used for memmap
      DMA zone: 1680 pages reserved
      DMA zone: 2247 pages, LIFO batch:0
      DMA32 zone: 3528 pages used for memmap
      DMA32 zone: 254504 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x4008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 25 pages at ffff88000100a000, static data 72352 bytes
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 256751
    Kernel command line: root=/dev/disk/by-uuid/ee4f81b6-1e0f-4ab9-a1e2-d6109732dbc5 ro
    Initializing CPU#0
    NR_IRQS:768
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    Fast TSC calibration using PIT
    Detected 1999.604 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
    Checking aperture...
    AGP bridge at 00:00:00
    Aperture from AGP @ f0000000 old size 32 MB
    Aperture from AGP @ f0000000 size 128 MB (APSIZE f20)
    Node 0: aperture @ f0000000 size 128 MB
    Memory: 1024112k/1048512k available (3409k kernel code, 452k absent, 23372k reserved, 1239k data, 460k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.84 BogoMIPS (lpj=6665346)
    Security Framework initialized
    Mount-cache hash table entries: 256
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    tseg: 0000000000
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 20k freed
    ACPI: Core revision 20090320
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    CPU0: AMD Athlon(tm) 64 Processor 3000+ stepping 00
    Brought up 1 CPUs
    Total of 1 processors activated (4000.84 BogoMIPS).
    CPU0 attaching NULL sched-domain.
    net_namespace: 1888 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    node 0 link 0: io port [1000, fffff]
    TOM: 0000000040000000 aka 1024M
    node 0 link 0: mmio [a0000, bffff]
    node 0 link 0: mmio [40000000, ff70ffff]
    bus: [00,ff] on node 0 link 0
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [a0000, bffff]
    bus: 00 index 2 mmio: [40000000, fcffffffff]
    ACPI: bus type pci registered
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI Warning (dsobject-0502): Package List length (6) larger than NumElements count (3), truncated
    [20090320]
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:00.0: reg 10 32bit mmio: [0xf0000000-0xf7ffffff]
    pci 0000:00:01.0: supports D1
    pci 0000:00:0f.0: reg 10 io port: [0xe000-0xe007]
    pci 0000:00:0f.0: reg 14 io port: [0xe100-0xe103]
    pci 0000:00:0f.0: reg 18 io port: [0xe200-0xe207]
    pci 0000:00:0f.0: reg 1c io port: [0xe300-0xe303]
    pci 0000:00:0f.0: reg 20 io port: [0xe400-0xe40f]
    pci 0000:00:0f.0: reg 24 io port: [0xe500-0xe5ff]
    pci 0000:00:0f.1: reg 20 io port: [0xe600-0xe60f]
    pci 0000:00:10.0: reg 20 io port: [0xe700-0xe71f]
    pci 0000:00:10.0: supports D1 D2
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:10.1: reg 20 io port: [0xe800-0xe81f]
    pci 0000:00:10.1: supports D1 D2
    pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.1: PME# disabled
    pci 0000:00:10.2: reg 20 io port: [0xe900-0xe91f]
    pci 0000:00:10.2: supports D1 D2
    pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.2: PME# disabled
    pci 0000:00:10.3: reg 20 io port: [0xea00-0xea1f]
    pci 0000:00:10.3: supports D1 D2
    pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.3: PME# disabled
    pci 0000:00:10.4: reg 10 32bit mmio: [0xfb000000-0xfb0000ff]
    pci 0000:00:10.4: supports D1 D2
    pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.4: PME# disabled
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:11.5: reg 10 io port: [0xeb00-0xebff]
    pci 0000:00:11.5: supports D1 D2
    pci 0000:00:12.0: reg 10 io port: [0xec00-0xecff]
    pci 0000:00:12.0: reg 14 32bit mmio: [0xfb001000-0xfb0010ff]
    pci 0000:00:12.0: supports D1 D2
    pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:12.0: PME# disabled
    pci 0000:01:00.0: reg 10 32bit mmio: [0xf8000000-0xf8ffffff]
    pci 0000:01:00.0: reg 14 32bit mmio: [0xe0000000-0xefffffff]
    pci 0000:01:00.0: reg 18 32bit mmio: [0xf9000000-0xf9ffffff]
    pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:00:01.0: bridge 32bit mmio: [0xf8000000-0xfaffffff]
    pci 0000:00:01.0: bridge 32bit mmio pref: [0xe0000000-0xefffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 *12)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
    ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
    ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
    ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
    PCI: Using ACPI for IRQ routing
    pci 0000:00:00.0: BAR 0: can't allocate resource
    NetLabel: Initializing
    NetLabel:  domain hash size = 128
    NetLabel:  protocols = UNLABELED CIPSOv4
    NetLabel:  unlabeled traffic allowed by default
    agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
    agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0xdcc00-0xdffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xf0000-0xf7fff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xf8000-0xfbfff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xfc000-0xfffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0x100000-0x3ffeffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: iomem range 0x3fff0000-0x3fffffff could not be reserved
    system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
    system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
    system 00:02: ioport range 0x4000-0x407f has been reserved
    system 00:02: ioport range 0x5000-0x500f has been reserved
    system 00:03: ioport range 0xb78-0xb7b has been reserved
    system 00:03: ioport range 0xf78-0xf7b has been reserved
    system 00:03: ioport range 0xa78-0xa7b has been reserved
    system 00:03: ioport range 0xe78-0xe7b has been reserved
    system 00:03: ioport range 0xbbc-0xbbf has been reserved
    system 00:03: ioport range 0xfbc-0xfbf has been reserved
    system 00:03: ioport range 0x4d0-0x4d1 has been reserved
    system 00:03: ioport range 0x290-0x297 has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0:   IO window: disabled
    pci 0000:00:01.0:   MEM window: 0xf8000000-0xfaffffff
    pci 0000:00:01.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
    pci 0000:00:01.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfaffffff]
    pci_bus 0000:01: resource 2 pref mem [0xe0000000-0xefffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
    TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 959k freed
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1249151352.183:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 2003
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:01.0: disabling DAC on VIA PCI bridge
    pci 0000:01:00.0: Boot video device
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 460k freed
    Uniform Multi-Platform E-IDE driver
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    via82cxxx 0000:00:0f.1: VIA vt8237 (rev 00) IDE UDMA133
    via82cxxx 0000:00:0f.1: IDE controller (0x1106:0x0571 rev 0x06)
    ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
    VIA_IDE 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
    via82cxxx 0000:00:0f.1: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0xe600-0xe607
        ide1: BM-DMA at 0xe608-0xe60f
    Probing IDE interface ide0...
    Switched to high resolution mode on CPU 0
    Probing IDE interface ide1...
    hdc: BENQ DVD DD DW1650, ATAPI CD/DVD-ROM drive
    hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
    hdc: UDMA/33 mode selected
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    ide1 at 0x170-0x177,0x376 on irq 15
    SCSI subsystem initialized
    libata version 3.00 loaded.
    sata_via 0000:00:0f.0: version 2.4
    sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
    sata_via 0000:00:0f.0: routed to hard irq line 11
    scsi0 : sata_via
    scsi1 : sata_via
    ata1: SATA max UDMA/133 cmd 0xe000 ctl 0xe100 bmdma 0xe400 irq 20
    ata2: SATA max UDMA/133 cmd 0xe200 ctl 0xe300 bmdma 0xe408 irq 20
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: ST380815AS, 4.AAB, max UDMA/133
    ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access     ATA      ST380815AS       4.AA PQ: 0 ANSI: 5
    ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
    ide-cd driver 5.00
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
    ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:10.4: EHCI Host Controller
    ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:10.4: irq 21, io mem 0xfb000000
    ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:<6>ide-cd: hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
    Uniform CD-ROM driver Revision: 3.20
    sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.0: UHCI Host Controller
    uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e700
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.1: UHCI Host Controller
    uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e800
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.2: UHCI Host Controller
    uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e900
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.3: UHCI Host Controller
    uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:10.3: irq 21, io base 0x0000ea00
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    usb 1-5: new high speed USB device using ehci_hcd and address 3
    usb 1-5: configuration #1 chosen from 1 choice
    Initializing USB Mass Storage driver...
    scsi2 : SCSI emulation for USB Mass Storage devices
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with writeback data mode.
    usb 2-2: new low speed USB device using uhci_hcd and address 2
    usb 2-2: configuration #1 chosen from 1 choice
    rtc_cmos 00:05: RTC can wake from S4
    rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 242 bytes nvram
    udev: starting version 141
    via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
    via-rhine: Broken BIOS detected, avoid_D3 enabled.
    ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
    via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
    eth0: VIA Rhine II at 0x1ec00, 00:11:09:06:18:c6, IRQ 23.
    eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 41e1.
    ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
    VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
    VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 1 processor cores.
    VBoxDrv: dbg - g_abExecMemory=ffffffffa02a36a0
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.0.2 (interface 0x000e0000).
    VBoxNetFlt: dbg - g_abExecMemory=ffffffffa0447ec0
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button [PWRF]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button [PWRB]
    processor ACPI_CPU:00: registered

  • Applet does not load in IE when hosted in form via SHDocVw.dll

    Hi
    I have a signed applet that usually works well in IE and Mozilla FireFox.
    It shows a popup window with the security question Yes/No/Always and works great thereafter.
    However
    We have now developed a Vb.Net application which hosts the SHDocVw.dll and now when for example I navigate to the web page within this embedded browser control from Microsoft the applet does not load and the popup window does not appear, when trying to access it via clientside scriptring it does not find the applet object.
    // this fails when called from embedded browser control
    <script>
    document.applets[0].prepareControl();
    </script>
    Please help me I would really like to get the applet to work when using this new vb.net application with the embedded browser control because it is becoming our company's standard to hos apps in this new app and not open a new instance of IE for each application.
    Thanks
    Ian Coetzer

    What does the trace say?
    To turn the full trace on (windows) you can start the java console, to be found here:
    C:\Program Files\Java\j2re1.4...\bin\jpicpl32.exe
    In the advanced tab you can fill in something for runtime parameters fill in this:
    -Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect
    if you cannot start the java console check here:
    C:\Documents and Settings\userName\Application Data\Sun\Java\Deployment\deployment.properties
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    add or change the following line:
    javaplugin.jre.params=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    for 1.5:
    deployment.javapi.jre.1.5.0.args=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    The trace is here:
    C:\Documents and Settings\your user\Application Data\Sun\Java\Deployment\log\plugin...log
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    Print out the full trace of the exception:
    try{...}catch(Exception e){e.printStackTrace();}
    If no trace is created my guess is that the jre is never started, try the <object tag
    instead for your applet (html page) because your browser tries to run the applet with msjvm.

  • Clean up old SID values from an InfoObject that does NOT have master data

    I have a characteristic infoobject that does NOT have Master Data but it has a SID table. I assume that it is used primarily for the F4 value help. Now we have changed some of our data for this infoobject in R3 so that some of the values in the SID table will never be used again. My problem is that these values are still displayed in the F4 value help. And because the old values are very similar to the new values some users mistakenly pick the old value and then the query results come back empty.
    FYI - The datasource that uses this infoobject as an attribute is extracted from R3 in a Full load each night. So there is no risk that the old values in the SID table will be needed in any Master Data/Cubes/DSOs/etc.
    Is there a way to delete the unwanted SIDs from this table /BIC/SXCSAOFREG? Or is there some way to make sure that the unwanted SIDs to not show up in the F4 value help?
    Thanks,
    Dave

    Hi David,
    Goto SE14 trans --> ENter the table name as  /BIC/SXCSAOFREG. Select the "Edit" radio button. Then Select "Delete Data" radion button & click on "Activate & adjust database". But be very careful NOT to click on Delete Database table(This will delete the physical database table!!!
    Regards,
    Pavan

  • Firefox does not load random websites. Using a 3.6 or later version, with an XP OS.

    My Dad's laptop is using XP OS.
    He's been using Firefox quite a bit, until recently (about a month ago or more) when we go to any random website, it does not load. All it shows is a blank page and at the bottom bar it says "Done".
    But after refreshing it multiple times (and I mean A LOT of times) it either loads it or does not.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]
    Make sure that you regularly check if there are updates available for your plugins.<br />
    See http://www.mozilla.com/plugincheck/
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.1 r53
    # Next Generation Java Plug-in 1.6.0_14 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Firefox does not load any websites now, after working well earlier today.

    Firefox is not working now - it does not load any websites. Message on screen says:- "8e6 Mobile Client - internet browsing is not possible at this time. Error:80001001".
    What I was doing before the problem:-
    I had spent time re-organising My Documents.
    One folder in My Docuamnts called "High Windows" contained the file "2101HighWin.msi", which I attempted to open.
    What I have done since the Firefox problem:-
    I have tried to uninstall 8e6 Mobile Client, but it won't let me.
    I have uninstalled and re-installed Firefox.
    I have used InternetExplorer8 to search thru the Mozilla troubleshooting pages.
    Please can you help?
    Cheers,
    Bruce

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]
    Make sure that you regularly check if there are updates available for your plugins.<br />
    See http://www.mozilla.com/plugincheck/
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.1 r53
    # Next Generation Java Plug-in 1.6.0_14 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Firefox does not load by clicking he icon why .have to restart to load

    firefox does not load.click the icon noyhing happens. I have to restart or log out for firefox to load

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *http://kb.mozillazine.org/Error_loading_websites
    *https://support.mozilla.org/kb/Error+loading+web+sites
    You can also try to reset (power off/on) the router.

  • Change load full data to Delta

    Hi!!
    In the past, we load Full data for a customized DataSourece. Now I changed the DataSource to load delta datas.
    This data source was connected a ODS and when I tried to initialize delta process I received the error message. "Full updates already available in ODS 0SAL_DS01 ; Cannot update init./delta".
    Someone know, How can I Initialize Delta Process?
    Regards,
    Cesar G. Batista

    Hi.............
    ODS does'nt support Full upload and delta upload parallely..........suppose a ODS is getting loaded with delta upload...........then if u do a full upload.........then ODS activation will with this error...........then u have to convert full upload to full repair...........
    Go to SE38 >> Program : RSSM_SET_REPAIR_FULL_FLAG...................this program also exists in 3.5.............check it properly............
    Check SAP note 689964 ........
    Hope this helps........
    Regards,
    Debjani.........

  • Any idea what this errorr means? the data type of the reference does not match the data type of the variable

    I am using Veristand 2014, Scan Engine and EtherCat Custom Device.  I have not had this error before, but I was trying to deploy my System Definition File (run) to the Target (cRio 9024 with 6 modules) and it failed. It wouldn't even try to communicate with the target. I get the 'connection refused' error.  
    I created a new Veristand project
    I added the Scan Engine and EtherCat custom device.
    I changed the IP address and auto-detected my modules
    i noticed tat Veristand didn't find one of my modules that was there earlier. (this week)
     So, i went to NiMax to make sure software was installed and even reinstalled Scan Engine and Veristand just to make sure.
    Now, it finds the module, but when i go to deploy it getsto the last step of deploying the code to the target, and then it fails.
    Any thoughts?
    Start Date: 4/10/2015 11:48 AM
    • Loading System Definition file: C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Projects\testChassis\testChassis.nivssdf
    • Initializing TCP subsystem...
    • Starting TCP Loops...
    • Connection established with target Controller.
    • Preparing to synchronize with targets...
    • Querying the active System Definition file from the targets...
    • Stopping TCP loops.
    Waiting for TCP loops to shut down...
    • TCP loops shut down successfully.
    • Unloading System Definition file...
    • Connection with target Controller has been lost.
    • Start Date: 4/10/2015 11:48 AM
    • Loading System Definition file: C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Projects\testChassis\testChassis.nivssdf
    • Preparing to deploy the System Definition to the targets...
    • Compiling the System Definition file...
    • Initializing TCP subsystem...
    • Starting TCP Loops...
    • Connection established with target Controller.
    • Sending reset command to all targets...
    • Preparing to deploy files to the targets...
    • Starting download for target Controller...
    • Opening FTP session to IP 10.12.0.48...
    • Processing Action on Deploy VIs...
    • Setting target scan rate to 10000 (uSec)... Done.
    • Gathering target dependency files...
    • Downloading testChassis.nivssdf [92 kB] (file 1 of 4)
    • Downloading testChassis_Controller.nivsdat [204 kB] (file 2 of 4)
    • Downloading CalibrationData.nivscal [0 kB] (file 3 of 4)
    • Downloading testChassis_Controller.nivsparam [0 kB] (file 4 of 4)
    • Closing FTP session...
    • Files successfully deployed to the targets.
    • Starting deployment group 1...
    The VeriStand Gateway encountered an error while deploying the System Definition file.
    Details:
    Error -66212 occurred at Project Window.lvlibroject Window.vi >> Project Window.lvlib:Command Loop.vi >> NI_VS Workspace ExecutionAPI.lvlib:NI VeriStand - Connect to System.vi
    Possible reason(s):
    LabVIEW: The data type of the reference does not match the data type of the variable.
    =========================
    NI VeriStand: NI VeriStand Engine.lvlib:VeriStand Engine Wrapper (RT).vi >> NI VeriStand Engine.lvlib:VeriStand Engine.vi >> NI VeriStand Engine.lvlib:VeriStand Engine State Machine.vi >> NI VeriStand Engine.lvlib:Initialize Inline Custom Devices.vi >> Custom Devices Storage.lvlib:Initialize Device (HW Interface).vi
    • Sending reset command to all targets...
    • Stopping TCP loops.
    Waiting for TCP loops to shut down...
    • TCP loops shut down successfully.
    • Unloading System Definition file...
    • Connection with target Controller has been lost.

    Can you deploy if you only have the two 9401 modules in the chassis (no other modules) and in the sysdef?  I meant to ask if you could attach your system definition file to the forum post so we can see it as well (sorry for the confusion).  
    Are you using any of the specialty configurations for the 9401 modules? (ex: counter, PWM, quadrature, etc)
    You will probably want to post this on the support page for the Scan Engine/EtherCAT Custom Device: https://decibel.ni.com/content/thread/8671  
    Custom devices aren't officially supported by NI, so technical questions and issues are handled on the above page.
    Kevin W.
    Applications Engineer
    National Instruments

Maybe you are looking for

  • How can I add excel pictures using activex

    I would like to be able to use activex to insert an image into an excel spreadsheet. I know how to read and write data, but the chart feature is too cunmbersome and when I updated excel to 2007 most of the calls stopped working. I see that there is a

  • 'Save As' operation on an excel file (Urgent) ?

    Hi All, I have an excel file in my project directory. I want to save or make a copy of that excel file in the directory with a different name i.e. i want to do 'Save As' operation on it whenever user clicks some button. Thanks in advance Best Regards

  • Server error in '/portal' application??

    I am getting this error everytime i'm trying to print a pdf document from the bsnl portal. Earlier, this used to open the save file dialog. In the previous versions (i mean, 22, 23) this was not present. I am trying to confirm that is it firefox issu

  • How to use UTF-8 in JSP ?(Farsi Language)

    Hi All, I am trying to write in Farsi language in a jsp page with jdeveloper. i have a .properties file where i write my lables in farsi.i have content="text/html; charset=UTF-8" in my jsp as well.but still in run-time i get something like ??????????

  • My music videos now only play in verticle mode not landscape since ios7

    I have an iphone 5 and since I downloaded ios7 I now can't watch any of my downloaded music videos in landscape mode. If I turn it then I get the album list of my entire Itunes library when in landscape. Any ideas?