[SOLVED] chicken-locale environment issues

So I've recently decided that I want to give Lisp or Scheme a try. I eventually settled on Chicken Scheme because it seemed to fit better into the Linux ecosystem than Common Lisp or something like that. AFAICT, and I'm obviously not an expert, it seems like there is no sane way to distribute Common Lisp appliations in a Linuxy way. Feel free to correct me on that; I'd love to give Common Lisp a try!
Anyway, most of the chicken packaages on the AUR are unmaintained and broken, so that left me to pick up the ones I wanted to use. I've had some success, but this package in particular is giving me a headache.
# Maintainer: Aaron P <[email protected]>
# Contributer: Jim Pryor <[email protected]>
pkgname=chicken-locale
_pkgname=locale pkgver=0.6.9
pkgrel=1
pkgdesc="Chicken Scheme Egg: Provides locale operations"
arch=('i686' 'x86_64')
url="http://chicken.wiki.br/eggref/4/locale"
license=('BSD')
depends=('chicken>=4.5.0' 'chicken-regex' 'chicken-setup-helper' 'chicken-miscmacros' 'chicken-record-variants' 'chicken-synch' 'chicken-lookup-table')
options=(docs !libtool !emptydirs)
build() {
cd "$srcdir/"
chicken-install -r "${_pkgname}":"${pkgver}"
package() {
cd "$_pkgname"
chicken-install -p "$pkgdir/usr"
This is the template I use for all the other packages I've taken (actually adapted from the AUR user perlawk). Most of the time, it works. In this case, it fails because while chicken-install can find .so files from chicken libraries, it can't find .scm files. This is actually solvable by doing tihs:
CHICKEN_INCLUDE_PATH=/usr/lib/chicken/7/ chicken-install -p "$pkgdir/usr"
I don't particularly like hardcoding the path here, but it works. Only in this case, I only get a different error message that isn't so easily solvable. Apparently, some variable used in the setup script isn't recognized. One thing to note is this process works perfectly fine, without the environment change — as long as I run the commands manually.
I'm pretty sure these are two symptoms of how makepkg's changes to the environment conflict with chicken-install, but I'm not sure of the details or the best way to work around it. Any tips?
Last edited by AaronBP (2015-01-13 20:48:15)

Here's a trick which I use to sort out environment issues when building packages:
Before building the package with `makepkg`, run the following command, which lists and sorts the currently set environment variables into a file:
$ printenv | LC_ALL=C sort > env-outside.txt
Next, temporarily add the following line, which does the same as above command (but writes to a different file of course) at the beginning of the `package()` function in your PKGBUILD *:
printenv | LC_ALL=C sort > "${srcdir}"/../env-inside.txt
Now try to build your package with `makepkg` as usual.
Finally, do:
$ diff -u env-outside.txt env-inside.txt
and you should get a listing of the difference between the two environments, which hopefully allows you to figure out why things aren't working as expected.
* Add the line right before any command which is causing trouble. Sometimes the env problem is caused by `export`ing a variable in the `build()` function and forgetting to also `export` it in the `package()` function.
Last edited by ackalker (2015-01-12 10:20:30)

Similar Messages

  • Can you help me solve my aspect ratio issue?

    Hey guys,
    I'm posting this in hopes that someone can help me solve an aspect ratio issue with a project that I have to finish by tomorrow.
    I'm trying to avoid having to re-edit the entire thing.
    I shot the project with my Nikon D7000 DSLR. in 720p 30p (29.97)
    I am running Adobe Premiere Pro CS5 (the trial version).  I have the full version of Adobe Premiere Pro CS3.
    The reason I was working with the trial is that CS3 can't handle the H.264 MOVs that the D7000 records.
    You can work with a timeline, but if you try to export anything, it never works.  I always have to convert my footage to ProRes MOVs with MPEG Streamclip before I can work with them is CS3.  That takes a lot of time and a lot of hard drive space.  After much research, I found out that CS5 is the way to go for DSLR footage.  I just need to save up my pennies for the upgrade.
    So I thought I'd edit this short (1 minute) project with the trial to see how CS5 works with the D7000 footage.
    Upon installing the trial program, I found that the project presets were limited.  I knew this ahead of time because it's clearly stated on the Adobe's website.
    But I wasn't aware how limited they are.
    Since "DSLR 1280x720p 30p" is not an option with the trial, I was going to use HDV 720p 30p.  But that was not an option either!
    So basically, my only option for 16x9 30p was "DV NTSC Widescreen".  It's my understanding that this is 864x480 (in square pixel aspect ratio) or 720x480  (in widescreen pixel aspect ratio)   I needed the output file to be 864x486.  I downsized the footage to 69% in the "Video Effects: Motion" setting so it looked correct in the project.  I didn't think about those extra 6 pixels until I outputed the file and saw thin black lines on the top and bottom.  My guess is that Premiere is adding black pixels because my project is technically 720x480 (1.2121)
    Any thoughts on how I can get a clean 864x486 export?  I'd rather not re-edit the whole thing...which I would have to do in CS3 after I spent a few hours converting the original files in MPEG Streamclip.  I don't know if there is a way to export something out of CS5 and then open a new project in CS3 to make this work.
    Thanks in adavance!
    - Jordan

    On export, just crop a few pixels off of each side; that'll let the image scale correctly to the output frame size without black bars.
    I'm not running the trial, but you should still be able to create a custom sequence preset using the Desktop editing mode. Just switch over to the General tab when you create a new sequence, and choose "Desktop" from the editing modes. Set the rest of the parameters as you need them.
    Even easier: once you've imported your footage, just drag a clip to the New Item icon at the bottom of the project panel; a sequence will be created matching your footage parameters. You can edit at full-resolution, and then export to your desired frame size when complete--you'll probably still need to crop a few pixels (in the Export Settings window) to eliminate the black bars.

  • Report works fine in local environment but gives problem on server

    Hi,
    I have following condition which works fine when executed in local environment.
    But simply does not work when executed on server.
    <?for-each-group:XYZIC[ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate >= EffStartDate][ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate <= EffEndDate];./Code?>
    EffStartDate and EffEndDate are from XYZIC.
    What could be the reason?
    Thanks.

    Hi,
    try this
    <?for-each-group:XYZIC[ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate >= EffStartDate] and [ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate <= EffEndDate];./Code?>
    or this one
    before using declare namespace specifier
    <?for-each-group:XYZIC[psfn:totext(InvoiceDate,"dd-MMM-yyyy","MM/dd/yyyy" >= psfn:totext(EffStartDate,"dd-MMM-yyyy","MM/dd/yyyy" and psfn:totext(InvoiceDate,"dd-MMM-yyyy","MM/dd/yyyy" <=  psfn:totext(EffEndDate,"dd-MMM-yyyy","MM/dd/yyyy"];./Code?>

  • Lync 2013 to Exchange 2013 Oauth problem - Error:[OAuthTokenBuilder:GetAppToken] unable to continue building token; no locally configured issuer

    Hi,
    I am having a problem getting OAuth to work from Exchange 2013 to Lync 2013.
    I have read and following the instructions online and cannot see what I am doing wrong.
    On the Exchange 2013 server, I get the following error when I run:
    Test-OAuthConnectivity -Service EWS -TargetUri
    https://exchserver2.domainname.local/ews/ -Mailbox "Jack"
    RunspaceId : 920118a3-6ab2-45dc-9b68-de68133de95e
    Task : Checking EWS API Call Under Oauth
    Detail : The configuration was last successfully loaded at 01/01/0001 00:00:00 UTC. This was 1059263714 minutes
    ago.
    The token cache is being cleared because "use cached token" was set to false.
    Exchange Outbound Oauth Log:
    Client request ID: 19ad80f6-7751-429f-aac5-e802105fbbc6
    Information:[OAuthCredentials:Authenticate] entering
    Information:[OAuthCredentials:Authenticate] challenge from
    'https://exchserver2.domainname.local/ews/Exchange.asmx' received: Bearer
    client_id="00000002-0000-0ff1-ce00-000000000000",
    trusted_issuers="[email protected]",Negotiate,NTLM
    Information:[OAuthCredentials:GetToken] client-id: '00000002-0000-0ff1-ce00-000000000000', realm: '',
    trusted_issuer: '[email protected]'
    Information:[OAuthCredentials:GetToken] start building a token for the user domain 'domainname.co.uk'
    Information:[OAuthTokenBuilder:GetAppToken] start building the apptoken
    Information:[OAuthTokenBuilder:GetAppToken] checking enabled auth servers
    Error:[OAuthTokenBuilder:GetAppToken] unable to continue building token; no locally configured issuer
    was in the trusted_issuer list, realm from challenge was also empty. trust_issuers was
    [email protected]
    Error:The trusted issuers contained the following entries
    '[email protected]'. None of them are configured locally.
    Exchange Response Details:
    HTTP response message:
    Exception:
    System.Net.WebException: The request was aborted: The request was canceled. --->
    Microsoft.Exchange.Security.OAuth.OAuthTokenRequestFailedException: The trusted issuers contained the
    following entries '[email protected]'. None of them are
    configured locally.
    at Microsoft.Exchange.Security.OAuth.OAuthTokenBuilder.GetAppToken(String applicationId, String
    destinationHost, String realmFromChallenge, IssuerMetadata[] trustedIssuersFromChallenge, String
    userDomain)
    at Microsoft.Exchange.Security.OAuth.OAuthTokenBuilder.GetAppWithUserToken(String applicationId,
    String destinationHost, String realmFromChallenge, IssuerMetadata[] trustedIssuersFromChallenge, String
    userDomain, ClaimProvider claimProvider)
    at Microsoft.Exchange.Security.OAuth.OAuthCredentials.GetToken(WebRequest webRequest,
    HttpAuthenticationChallenge challengeObject)
    at Microsoft.Exchange.Security.OAuth.OAuthCredentials.Authenticate(String challengeString, WebRequest
    webRequest, Boolean preAuthenticate)
    at Microsoft.Exchange.Security.OAuth.OAuthCredentials.OAuthAuthenticationModule.Authenticate(String
    challenge, WebRequest request, ICredentials credentials)
    at System.Net.AuthenticationManager.Authenticate(String challenge, WebRequest request, ICredentials
    credentials)
    at System.Net.AuthenticationState.AttemptAuthenticate(HttpWebRequest httpWebRequest, ICredentials
    authInfo)
    at System.Net.HttpWebRequest.CheckResubmitForAuth()
    at System.Net.HttpWebRequest.CheckResubmit(Exception& e, Boolean& disableUpload)
    at System.Net.HttpWebRequest.DoSubmitRequestProcessing(Exception& exception)
    at System.Net.HttpWebRequest.ProcessResponse()
    at System.Net.HttpWebRequest.SetResponse(CoreResponseData coreResponseData)
    --- End of inner exception stack trace ---
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Exchange.Monitoring.TestOAuthConnectivityHelper.SendExchangeOAuthRequest(ADUser user,
    String orgDomain, Uri targetUri, String& diagnosticMessage, Boolean appOnly, Boolean useCachedToken,
    Boolean reloadConfig)
    ResultType : Error
    Identity : Microsoft.Exchange.Security.OAuth.ValidationResultNodeId
    IsValid : True
    ObjectState : New
    It appears to work fine from Lync 2013 to Exchange 2013.
    When I run: Test-CsExStorageConnectivity -sipuri [email protected] -Binding Nettcp -Verbose in Lync 2013 I get a successful outcome:
    VERBOSE: Successfully opened a connection to storage service at localhost using
    binding: NetNamedPipe.
    VERBOSE: Create message.
    VERBOSE: Execute Exchange Storage Command.
    VERBOSE: Processing web storage response for ExCreateItem Success.,
    result=Success, activityId=0bbdc565-4a05-4b57-bf95-0c75488a1ef6, reason=.
    VERBOSE: Activity tracing:
    2015/01/02 19:15:55.616 Autodiscover, send GetUserSettings request,
    [email protected], Autodiscover
    Uri=https://exchserver2.domainname.local/autodiscover/autodiscover.svc, Web
    Proxy=<NULL>
    2015/01/02 19:15:55.616 Autodiscover.EWSMA trace,
    type=AutodiscoverRequestHttpHeaders, message=<Trace
    Tag="AutodiscoverRequestHttpHeaders" Tid="30" Time="2015-01-02 19:15:55Z">
    POST /autodiscover/autodiscover.svc HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/15.00.0516.004
    </Trace>
    2015/01/02 19:15:55.624 Autodiscover.EWSMA trace, type=AutodiscoverRequest,
    message=<Trace Tag="AutodiscoverRequest" Tid="30" Time="2015-01-02 19:15:55Z"
    Version="15.00.0516.004">
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope
    xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover"
    xmlns:wsa="http://www.w3.org/2005/08/addressing"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <a:RequestedServerVersion>Exchange2013</a:RequestedServerVersion>
    <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscove
    r/GetUserSettings</wsa:Action>
    <wsa:To>https://exchserver2.domainname.local/autodiscover/autodiscover.svc</
    wsa:To>
    </soap:Header>
    <soap:Body>
    <a:GetUserSettingsRequestMessage
    xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
    <a:Request>
    <a:Users>
    <a:User>
    <a:Mailbox>[email protected]</a:Mailbox>
    </a:User>
    </a:Users>
    <a:RequestedSettings>
    <a:Setting>InternalEwsUrl</a:Setting>
    <a:Setting>ExternalEwsUrl</a:Setting>
    <a:Setting>ExternalEwsVersion</a:Setting>
    </a:RequestedSettings>
    </a:Request>
    </a:GetUserSettingsRequestMessage>
    </soap:Body>
    </soap:Envelope>
    </Trace>
    2015/01/02 19:15:55.704 Autodiscover.EWSMA trace,
    type=AutodiscoverResponseHttpHeaders, message=<Trace
    Tag="AutodiscoverResponseHttpHeaders" Tid="30" Time="2015-01-02 19:15:55Z">
    HTTP/1.1 200 OK
    Transfer-Encoding: chunked
    request-id: 5917d246-64b0-48e2-ad79-f9b6cffb5bea
    X-CalculatedBETarget: exchserver2.domainname.local
    X-DiagInfo: EXCHSERVER2
    X-BEServer: EXCHSERVER2
    Cache-Control: private
    Content-Type: text/xml; charset=utf-8
    Set-Cookie: ClientId=FTFXWUQWWRJVBMNBG; expires=Sat, 02-Jan-2016 19:15:55 GMT;
    path=/;
    HttpOnly,X-BackEndCookie=actas1(sid:S-1-5-21-3691024758-535552880-811174816-113
    5|smtp:[email protected]|upn:[email protected])=u56Lnp2ejJqBx8jIn
    sqbxpvSz8rHx9LLzp7O0sbOzcnSzcqcmZqem8aempmcgYHNz87K0s/N0s/Oq87Gxc7KxcrK;
    expires=Sun, 01-Feb-2015 19:15:55 GMT; path=/autodiscover; secure; HttpOnly
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    X-FEServer: EXCHSERVER2
    Date: Fri, 02 Jan 2015 19:15:55 GMT
    </Trace>
    2015/01/02 19:15:55.704 Autodiscover.EWSMA trace, type=AutodiscoverResponse,
    message=<Trace Tag="AutodiscoverResponse" Tid="30" Time="2015-01-02 19:15:55Z"
    Version="15.00.0516.004">
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
    <a:Action
    s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Au
    todiscover/GetUserSettingsResponse</a:Action>
    <h:ServerVersionInfo
    xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <h:MajorVersion>15</h:MajorVersion>
    <h:MinorVersion>0</h:MinorVersion>
    <h:MajorBuildNumber>1044</h:MajorBuildNumber>
    <h:MinorBuildNumber>21</h:MinorBuildNumber>
    <h:Version>Exchange2013_SP1</h:Version>
    </h:ServerVersionInfo>
    </s:Header>
    <s:Body>
    <GetUserSettingsResponseMessage
    xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover">
    <Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <ErrorCode>NoError</ErrorCode>
    <ErrorMessage />
    <UserResponses>
    <UserResponse>
    <ErrorCode>NoError</ErrorCode>
    <ErrorMessage>No error.</ErrorMessage>
    <RedirectTarget i:nil="true" />
    <UserSettingErrors />
    <UserSettings>
    <UserSetting i:type="StringSetting">
    <Name>InternalEwsUrl</Name>
    <Value>https://exchserver2.domainname.local/EWS/Exchange.asmx</Value>
    </UserSetting>
    <UserSetting i:type="StringSetting">
    <Name>ExternalEwsUrl</Name>
    <Value>https://exchserver2.domainname.co.uk/EWS/Exchange.asmx</Value>
    </UserSetting>
    <UserSetting i:type="StringSetting">
    <Name>ExternalEwsVersion</Name>
    <Value>15.00.1044.000</Value>
    </UserSetting>
    </UserSettings>
    </UserResponse>
    </UserResponses>
    </Response>
    </GetUserSettingsResponseMessage>
    </s:Body>
    </s:Envelope>
    </Trace>
    2015/01/02 19:15:55.704 Autodiscover, received GetUserSettings response,
    duration Ms=88, response=NoError
    2015/01/02 19:15:55.706 Lookup user details,
    sipUri=sip:[email protected], [email protected],
    sid=S-1-5-21-3691024758-535552880-811174816-1135, [email protected],
    tenantId=00000000-0000-0000-0000-000000000000
    VERBOSE: Items choice type: CreateItemResponseMessage.
    VERBOSE: Response message, class: Success, code: NoError.
    VERBOSE: Item: Microsoft.Rtc.Internal.Storage.Exchange.Ews.MessageType, Id:
    AAMkADAwNWZkZWI0LWM5NGYtNDUxNy05Nzk3LWZhZjRiY2Y4MTU4NwBGAAAAAADLP1MgTEXdQ7zQSlb
    qPl++BwBauhRZTfLbTYZ+hBWtK784ANcdmUYqAACSqIurRqgYSZwMhT/IBw89AACnT6G9AAA=,
    change key: CQAAABYAAACSqIurRqgYSZwMhT/IBw89AACnip6b, subject: , body: .
    VERBOSE: Is command successful: True.
    Test passed.
    All my certificates on the Exchange 2013 and Lync 2013 servers are from my local CA.
    I use APP with the public certificates as my reverse proxy for people connecting from outside the network.
    In Lync, the OAuthTokenIssuer certificate created through the Lync deployment wizard is issued to domainname.local (my primary sip domain) and the Subject Alternative names include domainname.co.uk
    I then exported this certificate to the Exchange Server and use the Set-AuthConfig to use this certificate for OAuth.
    from what I read this was what I was supposed to do.
    is this correct?
    I have tried so many things I don't know what do to next.
    Should the OAuth certificate in exchange be the one exported from Lync?
    In Lync, should the OAuthTokenIssuer certificate include the servername or lyncserver.domainname.local or just be domainname.local like it is at the moment?
    thank-you
    jack

    Thomas,
    thanks for giving this the time. I have run the Configure-EnterpriseApplication.ps1 script following by remove-PartnerApplication so many times that I was wondering if there are other setting that
    Configure-EnterpriseApplication.ps1 creates that aer not removed when you run
    remove-PartnerApplication.
    is there a way to completely remove everything that is confirmed when you run
    Configure-EnterpriseApplication.ps1 so I can run Configure-EnterpriseApplication.ps1 without there being any configurations left from when I previously run that command?
    thanks
    jack
    [PS] C:\Windows\system32>Get-PartnerApplication |fl
    RunspaceId : cb2fb328-769d-4b32-8b7b-1fa35e2994f5
    Enabled : True
    ApplicationIdentifier : 00000004-0000-0ff1-ce00-000000000000
    CertificateStrings : {MIIGcDCCBVigAwIBAgITPgAAARIHL+ig32UAAQAAAAABEjANBgkqhkiG9w0BAQUFADBcMRUwEwYKCZIm
    iZPyLGQBGRYFbG9jYWwxHTAbBgoJkiaJk/IsZAEZFg1HdWlkZUNsb3RoaW5nMSQwIgYDVQQDExtHdWlkZ
    UNsb3RoaW5nLUFQUFNFUlZFUjEtQ0EwHhcNMTUwMTEwMTIxODIzWhcNMTcwMTA5MTIxODIzWjB7MQswCQ
    YDVQQGEwJHQjEPMA0GA1UECBMGTG9uZG9uMQ8wDQYDVQQHEwZMb25kb24xHzAdBgNVBAoTFkd1aWRlIEN
    sb3RoaW5nIExpbWl0ZWQxCzAJBgNVBAsTAkhRMRwwGgYDVQQDExNHdWlkZUNsb3RoaW5nLmNvLnVrMIIB
    IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyzDzaLsjJfktsbwIJ998ihsZM/0rKGdIt8rIx00oc
    HA7w0uVyz2UqnP9a8uRi6HkA7djbynlmGG0hKSUUQngXxz7q2dY6q9rcY5Rw2mJOMeppounx44FFp4+4e
    5HQKviLTYo+3DBGIR0mYDqxanKPS00d0f7HDLvmVb90hjdrbE372JBdcNNHs2OHRqg37bN2fAbwd22c9x
    2kvi0rESFnr+KcIGECVInCTHLJ7fwVqvi4hvRqtz7KLZsMXprpgeVDs45EMMRtwJ5Hw8uZR4CFz4dHSlo
    dIVgDPn8Ns2vGhcUK0JU4WkDbjnqo1SJzHlqtNjiu//wGcn77PAiM0yhyQIDAQABo4IDCjCCAwYwCwYDV
    R0PBAQDAgWgMCEGCSsGAQQBgjcUAgQUHhIAVwBlAGIAUwBlAHIAdgBlAHIwEwYDVR0lBAwwCgYIKwYBBQ
    UHAwEwHQYDVR0OBBYEFOY3whPicRAXNsTDSIg3FexpaCKdMHUGA1UdEQRuMGyCH0x5bmNTZXJ2ZXIyLkd
    1aWRlQ2xvdGhpbmcuY28udWuCH0x5bmNTZXJ2ZXIyLkd1aWRlQ2xvdGhpbmcubG9jYWyCE0d1aWRlQ2xv
    dGhpbmcuY28udWuCE0d1aWRlQ2xvdGhpbmcubG9jYWwwHwYDVR0jBBgwFoAUDHst3gUSMGwvkiNTPavmi
    UEWgtQwggEuBgNVHR8EggElMIIBITCCAR2gggEZoIIBFYaBzWxkYXA6Ly8vQ049R3VpZGVDbG90aGluZy
    1BUFBTRVJWRVIxLUNBLENOPURvbVNlcnZlcjIsQ049Q0RQLENOPVB1YmxpYyUyMEtleSUyMFNlcnZpY2V
    zLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9R3VpZGVDbG90aGluZyxEQz1sb2NhbD9jZXJ0
    aWZpY2F0ZVJldm9jYXRpb25MaXN0P2Jhc2U/b2JqZWN0Q2xhc3M9Y1JMRGlzdHJpYnV0aW9uUG9pbnSGQ
    2h0dHA6Ly9jcmwuZ3VpZGVjbG90aGluZy5sb2NhbC9jcmxkL0d1aWRlQ2xvdGhpbmctQVBQU0VSVkVSMS
    1DQS5jcmwwgdUGCCsGAQUFBwEBBIHIMIHFMIHCBggrBgEFBQcwAoaBtWxkYXA6Ly8vQ049R3VpZGVDbG9
    0aGluZy1BUFBTRVJWRVIxLUNBLENOPUFJQSxDTj1QdWJsaWMlMjBLZXklMjBTZXJ2aWNlcyxDTj1TZXJ2
    aWNlcyxDTj1Db25maWd1cmF0aW9uLERDPUd1aWRlQ2xvdGhpbmcsREM9bG9jYWw/Y0FDZXJ0aWZpY2F0Z
    T9iYXNlP29iamVjdENsYXNzPWNlcnRpZmljYXRpb25BdXRob3JpdHkwDQYJKoZIhvcNAQEFBQADggEBAD
    87GUPi02czEMO2Op0CeKBBpGwsfjYR9+RlC2uKAoH8PbWAxYNP3Ke6BtPeFy+95GGAJd5Z0+6LpO/AagA
    +zeY/tocZQjy0pYaU4/TPZgD+ZB/8sU982msu+8waO316ipBcf/87n9ZW3Jjk5DcVbtwrZErrGRe9DEn8
    QArN0jroLfaRtbDumse1Lp76+dxFuVhlLWcUXtIKaxm+UU9DS94EwJMtN54lDm3EG6hVdiGUR7TYqZU0K
    HGm7HciIhuO+2rhAazOBiIAAW6wZRUpFKZONSVD6bKrQCzL12LvynQ7XC6Itgr4JGzNCmoN43dXwVCkWo
    amTDdZY4h+QBqUvvY=}
    AuthMetadataUrl : https://lyncserver2.domainname.local/metadata/json/1
    Realm : domainname.local
    UseAuthServer : False
    AcceptSecurityIdentifierInformation : True
    LinkedAccount : domainname.local/Users/LyncEnterprise-ApplicationAccount
    IssuerIdentifier :
    AppOnlyPermissions :
    ActAsPermissions :
    AdminDisplayName :
    ExchangeVersion : 0.20 (15.0.0.0)
    Name : LyncEnterprise-786f61476b634278a3c9b9e4ec08b660
    DistinguishedName : CN=LyncEnterprise-786f61476b634278a3c9b9e4ec08b660,CN=Partner
    Applications,CN=Auth Configuration,CN=domainname,CN=Microsoft
    Exchange,CN=Services,CN=Configuration,DC=domainname,DC=local
    Identity : LyncEnterprise-786f61476b634278a3c9b9e4ec08b660
    Guid : 07495125-ccd4-4443-82d9-74fc3b955cdf
    ObjectCategory : domainname.local/Configuration/Schema/ms-Exch-Auth-Partner-Application
    ObjectClass : {top, msExchAuthPartnerApplication}
    WhenChanged : 10/01/2015 17:14:55
    WhenCreated : 10/01/2015 17:14:55
    WhenChangedUTC : 10/01/2015 17:14:55
    WhenCreatedUTC : 10/01/2015 17:14:55
    OrganizationId :
    Id : LyncEnterprise-786f61476b634278a3c9b9e4ec08b660
    OriginatingServer : DomServer2.domainname.local
    IsValid : True
    ObjectState : Unchanged

  • Has anyone solved the "garbled characters" issue i...

    When I use Nokia Maps on my N95, all streets and towns which contain special characters such as: é, è, ü, ä, ö, etc… do appear garbled. For example,
    Zürich appears as: Zã¼rich
    München appears as: Mã¼nchen
    Liège appears as: Liã"ge
    I saw a couple posts on this forum where people suggested to format the memory card, some other suggested to reload the firmware (my N95 has 12.0.013) but nothing has helped. I went as far as using someone's PC whose WinXP is installed in French - I thought that maybe the operating system or regional settings could have some influence, but I was wrong.
    Has anyone solved this extremely annoying issue?
    Thx

    I solved it. It took me one evening. I wonder why Nokia haven't published any comments on this old issue.
    Solution can be found below, but before I want to tell about some technical details. Maybe guys at Nokia will read them
    As someone on this forum said before the problem is that map names are in UTF-8 format, but phone tries to show them using another encoding. After some googling I found that this issue is well-known because Nokia phones use ISO 8859-1 (which is similar to Windows-1252, Western European) by default but some application assume UTF-8 to be default.
    At first, I discovered that when I start Nokia map with empty SD card and allow it to download something from internet, all names were shown correctly. I supposed that the problem sits in that awful Map Loader, but I was wrong: it does absolutely nothing special with data files, just downloading and unzipping. And this super-mega-feature-rich-map-loader require about 40Mb to download for .NET 3.0 plus 10 Mb for itself. Never seen anything worse
    So I've started to compare contents of one SD card with incorrect street and city names and another with correct.
    After some time I came across Cachedatheader.cdt file in diskcache folder. And what do you think?
    The file from correct SD card contains a literal string: "UTF-8". While incorrect one contains a string saying "ISO 8859-1". I've nearly fell out of my chair after seeing that.
    I've replaced wrong file with correct one and names became readable on all my 180mb of previously downloaded maps.
    Finally, after playing with it some more I found a simple solution which should work for everyone:
    ***** SOLUTION *****
    1. Enable internet access in Nokia Maps application (set it to When Needed).
    2. Access memory card from your PC and go to "\PRIVATE\20001f66\diskcache" folder.
    3. Delete "CachedatHeader.cdt" file. Perhaps you should backup it somewhere before deleting, but it looks like it can be removed safely without affecting existing maps.
    4. Put the card back in the phone if you extracted it and start Nokia Maps.
    5. Allow Nokia Maps to access internet and try downloading some new locations (you don't need to download much, just let it access server) or searching for something.
    6. Now codepage should be correct and all names become readable.
    This effect seems to be permanent and will stay even if you disable internet access later. Also note that you don't have to format card, remove or reinstall any map files. The problem is just in one small file.
    Nokia Maps recreates missing CachedatHeader.cdt, but it will recreate it correctly only if internet access is enabled when it starts. Probably the best way to avoid wrong codepage problem is to enable internet access at first start of Nokia Maps and use Map Loader only after downloading some bits of map directly from the phone.
    Message Edited by ankor85 on 09-Jan-2008 09:02 PM

  • Install Stratus service in local environment

    I am newbie to adobe stratus service.
    Can we install stratus service in our local environment and test the P2P video chat?
    Please help me in this. Thanks in advance.

    no, you can't. But as long as you have an Internet connection you can connect to the stratus server and test it out all you want. The service is in beta and available to everyone who obtains a key.

  • How do i solve the activate app issue in DPS App Builder?

    I have no apps showing up in the download section of DPS App Builder.
    And on the App Status section, I am being prompted to activate app?
    Can anyone help please?

    I have a creative cloud subscription. 
    Sent from Samsung MobilePrabhjyot Kaur <[email protected]> wrote:Re: How do i solve the activate app issue in DPS App Builder?
    created by Prabhjyot Kaur in Digital Publishing Suite - View the full discussion
    If you are DPS single edition user, then you need to enter serial number to activate app.
    But it would be more helpful if you let us know which DPS edition you have?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4853715#4853715
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4853715#4853715
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4853715#4853715. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • When is Apple going to release an update to our software that will eliminate a thiefs ability once the phone is stolen to turn off the find my phone option without first entering the security code? I think that this would solve a ton of issues.

    When is Apple going to release an update to our software that will eliminate a thiefs ability once the phone is stolen to turn off the find my phone option without first entering the security code? I think that this would solve a ton of issues.

    It would be a voilation of privete laws of many countries
    Every attempt to fight "evil" have a backside likely the reason they have not don so yet
    In the country i live in if stolen i repport the imei number of the phone to the police and the have all carriers and carriers they work with in other countries block the phone from ever being used as a phone

  • Network user access to local disk to solve I/O throughput issue?

    Not sure if this is the best forum for this, but...
    THE ISSUE:
    I work at a small university and am responsible for the Mac network and video dept (only 1 xserve and about 20-odd clients). Anyway, everyone uses network accounts. I have 3 iMacs for Final Cut and so far everyone just captures to the server over gigabit ethernet. We're only using DV25 (~4MB/sec transfer) and it hasn't been an issue until this week. Now as people begin to stress more about final projects, however, and are spending more time, the suites are being used more during the same times. Even though the throughput is usually less than 10MB/sec, which (I think?) is well under what gigabit ethernet supports, we're consistently getting stalled video and dropped frames. We've often had multiple people working on projects (playback) simultaneously in the past, but never capturing simultaneously before. Also, another factor that may come into play, is my 3TB RAID 5 that they're using has become rather full at this point (down to 200MB) so perhaps read/write times are being affected?
    Now, we're looking at adding 6 more Final Cut suites, which will potentially increase my throughput load by 200%, so I really need to find a solid solution (and fibre cards are not an option since they're iMacs--and we don't have that budget anyway).
    THE QUESTION:
    Since the issue seems to only occur while capturing and not during playback, it seems the easiest solution would be to give the editor group access to the local hard drive (and then copy from there to their network storage so they can work on any given station later) which I'm not sure how the best way to do this would be. OR, should gigabit ethernet be capable of sustaining the throughput I need and there's some other problem I should be looking at to fix that?
    Related, if they do capture to the local disk (or even an external hard drive, which we may end up going to), is there some script or something that can be run every night to automatically copy files from X location on a local drive to Y location (say, a common media storage location) on the server RAID?

    Hi
    +". . . my 3TB RAID 5 that they're using has become rather full at this point (down to 200MB). . ."+
    I think the problem you're currently seeing starts (and probably ends) here. Regardless of what your data comprises of the general rule of thumb is to make sure you keep at least 10% of free disk space for any hard drive let alone a RAID. Most people would generally recommend 15% for a RAID 5. A rough calculation based on your 3TB RAID would mean you should keep at least 300GB free. You're well below that unless 200MB is a typo? I'm surprised the whole thing has not ground to a halt?
    Video Capture, Editing and Playback in a network home environment is always going to place a considerable strain on any network unless you've prepared the ground first. For example 60 seconds of RAW Video is roughly 200MB in size. Multiply this for a classroom of 16 and that's a lot of data. Even if you're not using hi-def you're still talking a lot of data.
    There are better ways of doing this.
    HTH?
    Tony

  • [SOLVED] Systemd locale issue

    I have a recent fresh install of Arch, it's a "pure" systemd installation.
    I'm using XFCE4 and Terminal.
    I can't manage get proper unicode support, only in the terminal: I'm always stuck on POSIX.
    All of this code is run as root.
    $ grep -v '#' /etc/locale.gen
    en_US.UTF-8 UTF-8
    fr_FR.UTF-8 UTF-8
    $ locale-gen
    Generating locales...
    en_US.UTF-8... done
    fr_FR.UTF-8... done
    Generation complete.
    $ locale -a
    C
    en_US.utf8
    fr_FR.utf8
    POSIX
    $ cat /etc/locale.conf
    LANG="en_US.UTF-8"
    LC_COLLATE="C"
    $ locale
    LANG=
    LC_CTYPE="POSIX"
    LC_NUMERIC="POSIX"
    LC_TIME="POSIX"
    LC_COLLATE="POSIX"
    LC_MONETARY="POSIX"
    LC_MESSAGES="POSIX"
    LC_PAPER="POSIX"
    LC_NAME="POSIX"
    LC_ADDRESS="POSIX"
    LC_TELEPHONE="POSIX"
    LC_MEASUREMENT="POSIX"
    LC_IDENTIFICATION="POSIX"
    LC_ALL=
    Pressing my "é" key on the keyboard just produces a "?" in the terminal.
    I don't have this issue in any other application.
    I have also tried the following:
    $ export LANG=en_US.utf8
    $ locale
    LANG=en_US.utf8
    LC_CTYPE="en_US.utf8"
    LC_NUMERIC="en_US.utf8"
    LC_TIME="en_US.utf8"
    LC_COLLATE="en_US.utf8"
    LC_MONETARY="en_US.utf8"
    LC_MESSAGES="en_US.utf8"
    LC_PAPER="en_US.utf8"
    LC_NAME="en_US.utf8"
    LC_ADDRESS="en_US.utf8"
    LC_TELEPHONE="en_US.utf8"
    LC_MEASUREMENT="en_US.utf8"
    LC_IDENTIFICATION="en_US.utf8"
    LC_ALL=
    But I still can't input accented characters.
    All of the following lines don't help:
    $ export LANG="en_US.utf8"
    $ export LANG=en_US.UTF-8
    $ export LANG="en_US.UTF-8"
    Rebooting multiple times between modifications has not helped.
    Help would be greatly appreciated !
    Thanks.
    Last edited by qdm (2012-09-15 15:32:24)

    qdm wrote:
    Thanks ! I googled this issue for a while and did not find any relevant information.
    The solution that worked was in the comments to that post:
    I had to force installing the filesystem package which now provides locale.sh and after that I proceeded with installing systemd-sysvcompat which deleted the same file.
    Reinstalling filesystem solves the issue.
    Thank you, that problem was driving me nuts, was almoust a showstopper to systemd for me.

  • [Solved] postfix local mail delivery fails

    Hi Guys,
    on my home pc i use postfix (gmail as a smtp relay) and fetchmail for sending/receiving mails, this works very well, however sending a mail to a local user fails, I'm lost here and need your help guys.
    if i send a mail like :
    $>echo "Test" | mail -s "Test : local mail delivery" "andy"
    The mail stays in the queue for ever...
    $>mailq
    -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
    CC82513BCA* 455 Sun Aug 3 09:53:09 [email protected]
    [email protected]
    Sending to external addresses works without any problems.
    Here some important info/config files :
    $>whoami
    andy
    $>hostname
    box
    $>cat /etc/host.conf
    # /etc/hosts
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost box
    ::1 localhost.localdomain localhost
    192.168.1.3 lbox.localdomain lbox
    $>cat /etc/postfix/main.cf
    # Global Postfix configuration file. This file lists only a subset
    # of all parameters. For the syntax, and for a complete parameter
    # list, see the postconf(5) manual page (command: "man 5 postconf").
    # For common configuration examples, see BASIC_CONFIGURATION_README
    # and STANDARD_CONFIGURATION_README. To find these documents, use
    # the command "postconf html_directory readme_directory", or go to
    # http://www.postfix.org/.
    # For best results, change no more than 2-3 parameters at a time,
    # and test if Postfix still works after every change.
    # SOFT BOUNCE
    # The soft_bounce parameter provides a limited safety net for
    # testing. When soft_bounce is enabled, mail will remain queued that
    # would otherwise bounce. This parameter disables locally-generated
    # bounces, and prevents the SMTP server from rejecting mail permanently
    # (by changing 5xx replies into 4xx replies). However, soft_bounce
    # is no cure for address rewriting mistakes or mail routing mistakes.
    #soft_bounce = no
    # LOCAL PATHNAME INFORMATION
    # The queue_directory specifies the location of the Postfix queue.
    # This is also the root directory of Postfix daemons that run chrooted.
    # See the files in examples/chroot-setup for setting up Postfix chroot
    # environments on different UNIX systems.
    queue_directory = /var/spool/postfix
    # The command_directory parameter specifies the location of all
    # postXXX commands.
    command_directory = /usr/bin
    # The daemon_directory parameter specifies the location of all Postfix
    # daemon programs (i.e. programs listed in the master.cf file). This
    # directory must be owned by root.
    daemon_directory = /usr/lib/postfix
    # The data_directory parameter specifies the location of Postfix-writable
    # data files (caches, random numbers). This directory must be owned
    # by the mail_owner account (see below).
    data_directory = /var/lib/postfix
    # QUEUE AND PROCESS OWNERSHIP
    # The mail_owner parameter specifies the owner of the Postfix queue
    # and of most Postfix daemon processes. Specify the name of a user
    # account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
    # AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In
    # particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
    # USER.
    mail_owner = postfix
    # The default_privs parameter specifies the default rights used by
    # the local delivery agent for delivery to external file or command.
    # These rights are used in the absence of a recipient user context.
    # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
    #default_privs = nobody
    # INTERNET HOST AND DOMAIN NAMES
    # The myhostname parameter specifies the internet hostname of this
    # mail system. The default is to use the fully-qualified domain name
    # from gethostname(). $myhostname is used as a default value for many
    # other configuration parameters.
    #myhostname = host.domain.tld
    #myhostname = virtual.domain.tld
    #myhostname = mail.example.com
    myhostname = localhost.localdomain
    # The mydomain parameter specifies the local internet domain name.
    # The default is to use $myhostname minus the first component.
    # $mydomain is used as a default value for many other configuration
    # parameters.
    #mydomain = domain.tld
    mydomain = localdomain
    # SENDING MAIL
    # The myorigin parameter specifies the domain that locally-posted
    # mail appears to come from. The default is to append $myhostname,
    # which is fine for small sites. If you run a domain with multiple
    # machines, you should (1) change this to $mydomain and (2) set up
    # a domain-wide alias database that aliases each user to
    # [email protected].
    # For the sake of consistency between sender and recipient addresses,
    # myorigin also specifies the default domain name that is appended
    # to recipient addresses that have no @domain part.
    myorigin = $myhostname
    #myorigin = $mydomain
    # RECEIVING MAIL
    # The inet_interfaces parameter specifies the network interface
    # addresses that this mail system receives mail on. By default,
    # the software claims all active interfaces on the machine. The
    # parameter also controls delivery of mail to user@[ip.address].
    # See also the proxy_interfaces parameter, for network addresses that
    # are forwarded to us via a proxy or network address translator.
    # Note: you need to stop/start Postfix when this parameter changes.
    #inet_interfaces = all
    #inet_interfaces = $myhostname
    #inet_interfaces = $myhostname, localhost
    inet_interfaces = localhost
    # The proxy_interfaces parameter specifies the network interface
    # addresses that this mail system receives mail on by way of a
    # proxy or network address translation unit. This setting extends
    # the address list specified with the inet_interfaces parameter.
    # You must specify your proxy/NAT addresses when your system is a
    # backup MX host for other domains, otherwise mail delivery loops
    # will happen when the primary MX host is down.
    #proxy_interfaces =
    #proxy_interfaces = 1.2.3.4
    # The mydestination parameter specifies the list of domains that this
    # machine considers itself the final destination for.
    # These domains are routed to the delivery agent specified with the
    # local_transport parameter setting. By default, that is the UNIX
    # compatible delivery agent that lookups all recipients in /etc/passwd
    # and /etc/aliases or their equivalent.
    # The default is $myhostname + localhost.$mydomain. On a mail domain
    # gateway, you should also include $mydomain.
    # Do not specify the names of virtual domains - those domains are
    # specified elsewhere (see VIRTUAL_README).
    # Do not specify the names of domains that this machine is backup MX
    # host for. Specify those names via the relay_domains settings for
    # the SMTP server, or use permit_mx_backup if you are lazy (see
    # STANDARD_CONFIGURATION_README).
    # The local machine is always the final destination for mail addressed
    # to user@[the.net.work.address] of an interface that the mail system
    # receives mail on (see the inet_interfaces parameter).
    # Specify a list of host or domain names, /file/name or type:table
    # patterns, separated by commas and/or whitespace. A /file/name
    # pattern is replaced by its contents; a type:table is matched when
    # a name matches a lookup key (the right-hand side is ignored).
    # Continue long lines by starting the next line with whitespace.
    # See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
    mydestination = $myhostname, localhost.$mydomain, localhost
    #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
    #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
    # mail.$mydomain, www.$mydomain, ftp.$mydomain
    #mydestination = localhost, localhost.localdomain
    # REJECTING MAIL FOR UNKNOWN LOCAL USERS
    # The local_recipient_maps parameter specifies optional lookup tables
    # with all names or addresses of users that are local with respect
    # to $mydestination, $inet_interfaces or $pr/oxy_interfaces.
    # If this parameter is defined, then the SMTP server will reject
    # mail for unknown local users. This parameter is defined by default.
    # To turn off local recipient checking in the SMTP server, specify
    # local_recipient_maps = (i.e. empty).
    # The default setting assumes that you use the default Postfix local
    # delivery agent for local delivery. You need to update the
    # local_recipient_maps setting if:
    # - You define $mydestination domain recipients in files other than
    # /etc/passwd, /etc/aliases, or the $virtual_alias_maps files.
    # For example, you define $mydestination domain recipients in
    # the $virtual_mailbox_maps files.
    # - You redefine the local delivery agent in master.cf.
    # - You redefine the "local_transport" setting in main.cf.
    # - You use the "luser_relay", "mailbox_transport", or "fallback_transport"
    # feature of the Postfix local delivery agent (see local(8)).
    # Details are described in the LOCAL_RECIPIENT_README file.
    # Beware: if the Postfix SMTP server runs chrooted, you probably have
    # to access the passwd file via the proxymap service, in order to
    # overcome chroot restrictions. The alternative, having a copy of
    # the system passwd file in the chroot jail is just not practical.
    # The right-hand side of the lookup tables is conveniently ignored.
    # In the left-hand side, specify a bare username, an @domain.tld
    # wild-card, or specify a [email protected] address.
    #local_recipient_maps = unix:passwd.byname $alias_maps
    #local_recipient_maps = proxy:unix:passwd.byname $alias_maps
    #local_recipient_maps =
    # The unknown_local_recipient_reject_code specifies the SMTP server
    # response code when a recipient domain matches $mydestination or
    # ${proxy,inet}_interfaces, while $local_recipient_maps is non-empty
    # and the recipient address or address local-part is not found.
    # The default setting is 550 (reject mail) but it is safer to start
    # with 450 (try again later) until you are certain that your
    # local_recipient_maps settings are OK.
    unknown_local_recipient_reject_code = 550
    # TRUST AND RELAY CONTROL
    # The mynetworks parameter specifies the list of "trusted" SMTP
    # clients that have more privileges than "strangers".
    # In particular, "trusted" SMTP clients are allowed to relay mail
    # through Postfix. See the smtpd_recipient_restrictions parameter
    # in postconf(5).
    # You can specify the list of "trusted" network addresses by hand
    # or you can let Postfix do it for you (which is the default).
    # By default (mynetworks_style = subnet), Postfix "trusts" SMTP
    # clients in the same IP subnetworks as the local machine.
    # On Linux, this does works correctly only with interfaces specified
    # with the "ifconfig" command.
    # Specify "mynetworks_style = class" when Postfix should "trust" SMTP
    # clients in the same IP class A/B/C networks as the local machine.
    # Don't do this with a dialup site - it would cause Postfix to "trust"
    # your entire provider's network. Instead, specify an explicit
    # mynetworks list by hand, as described below.
    # Specify "mynetworks_style = host" when Postfix should "trust"
    # only the local machine.
    #mynetworks_style = class
    #mynetworks_style = subnet
    #mynetworks_style = host
    # Alternatively, you can specify the mynetworks list by hand, in
    # which case Postfix ignores the mynetworks_style setting.
    # Specify an explicit list of network/netmask patterns, where the
    # mask specifies the number of bits in the network part of a host
    # address.
    # You can also specify the absolute pathname of a pattern file instead
    # of listing the patterns here. Specify type:table for table-based lookups
    # (the value on the table right-hand side is not used).
    #mynetworks = 168.100.189.0/28, 127.0.0.0/8
    #mynetworks = $config_directory/mynetworks
    #mynetworks = hash:/etc/postfix/network_table
    # The relay_domains parameter restricts what destinations this system will
    # relay mail to. See the smtpd_recipient_restrictions description in
    # postconf(5) for detailed information.
    # By default, Postfix relays mail
    # - from "trusted" clients (IP address matches $mynetworks) to any destination,
    # - from "untrusted" clients to destinations that match $relay_domains or
    # subdomains thereof, except addresses with sender-specified routing.
    # The default relay_domains value is $mydestination.
    # In addition to the above, the Postfix SMTP server by default accepts mail
    # that Postfix is final destination for:
    # - destinations that match $inet_interfaces or $proxy_interfaces,
    # - destinations that match $mydestination
    # - destinations that match $virtual_alias_domains,
    # - destinations that match $virtual_mailbox_domains.
    # These destinations do not need to be listed in $relay_domains.
    # Specify a list of hosts or domains, /file/name patterns or type:name
    # lookup tables, separated by commas and/or whitespace. Continue
    # long lines by starting the next line with whitespace. A file name
    # is replaced by its contents; a type:name table is matched when a
    # (parent) domain appears as lookup key.
    # NOTE: Postfix will not automatically forward mail for domains that
    # list this system as their primary or backup MX host. See the
    # permit_mx_backup restriction description in postconf(5).
    #relay_domains = $mydestination
    # INTERNET OR INTRANET
    # The relayhost parameter specifies the default host to send mail to
    # when no entry is matched in the optional transport(5) table. When
    # no relayhost is given, mail is routed directly to the destination.
    # On an intranet, specify the organizational domain name. If your
    # internal DNS uses no MX records, specify the name of the intranet
    # gateway host instead.
    # In the case of SMTP, specify a domain, host, host:port, [host]:port,
    # [address] or [address]:port; the form [host] turns off MX lookups.
    # If you're connected via UUCP, see also the default_transport parameter.
    #relayhost = $mydomain
    #relayhost = [gateway.my.domain]
    #relayhost = [mailserver.isp.tld]
    #relayhost = uucphost
    #relayhost = [an.ip.add.ress]
    relayhost = [smtp.gmail.com]
    # REJECTING UNKNOWN RELAY USERS
    # The relay_recipient_maps parameter specifies optional lookup tables
    # with all addresses in the domains that match $relay_domains.
    # If this parameter is defined, then the SMTP server will reject
    # mail for unknown relay users. This feature is off by default.
    # The right-hand side of the lookup tables is conveniently ignored.
    # In the left-hand side, specify an @domain.tld wild-card, or specify
    # a [email protected] address.
    #relay_recipient_maps = hash:/etc/postfix/relay_recipients
    # INPUT RATE CONTROL
    # The in_flow_delay configuration parameter implements mail input
    # flow control. This feature is turned on by default, although it
    # still needs further development (it's disabled on SCO UNIX due
    # to an SCO bug).
    # A Postfix process will pause for $in_flow_delay seconds before
    # accepting a new message, when the message arrival rate exceeds the
    # message delivery rate. With the default 100 SMTP server process
    # limit, this limits the mail inflow to 100 messages a second more
    # than the number of messages delivered per second.
    # Specify 0 to disable the feature. Valid delays are 0..10.
    #in_flow_delay = 1s
    # ADDRESS REWRITING
    # The ADDRESS_REWRITING_README document gives information about
    # address masquerading or other forms of address rewriting including
    # username->Firstname.Lastname mapping.
    # ADDRESS REDIRECTION (VIRTUAL DOMAIN)
    # The VIRTUAL_README document gives information about the many forms
    # of domain hosting that Postfix supports.
    # "USER HAS MOVED" BOUNCE MESSAGES
    # See the discussion in the ADDRESS_REWRITING_README document.
    # TRANSPORT MAP
    # See the discussion in the ADDRESS_REWRITING_README document.
    # ALIAS DATABASE
    # The alias_maps parameter specifies the list of alias databases used
    # by the local delivery agent. The default list is system dependent.
    # On systems with NIS, the default is to search the local alias
    # database, then the NIS alias database. See aliases(5) for syntax
    # details.
    # If you change the alias database, run "postalias /etc/aliases" (or
    # wherever your system stores the mail alias file), or simply run
    # "newaliases" to build the necessary DBM or DB file.
    # It will take a minute or so before changes become visible. Use
    # "postfix reload" to eliminate the delay.
    #alias_maps = dbm:/etc/aliases
    #alias_maps = hash:/etc/aliases
    #alias_maps = hash:/etc/aliases, nis:mail.aliases
    #alias_maps = netinfo:/aliases
    alias_maps = hash:/etc/postfix/aliases
    # The alias_database parameter specifies the alias database(s) that
    # are built with "newaliases" or "sendmail -bi". This is a separate
    # configuration parameter, because alias_maps (see above) may specify
    # tables that are not necessarily all under control by Postfix.
    #alias_database = dbm:/etc/aliases
    #alias_database = dbm:/etc/mail/aliases
    #alias_database = hash:/etc/aliases
    #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
    alias_database = $alias_maps
    # ADDRESS EXTENSIONS (e.g., user+foo)
    # The recipient_delimiter parameter specifies the separator between
    # user names and address extensions (user+foo). See canonical(5),
    # local(8), relocated(5) and virtual(5) for the effects this has on
    # aliases, canonical, virtual, relocated and .forward file lookups.
    # Basically, the software tries user+foo and .forward+foo before
    # trying user and .forward.
    #recipient_delimiter = +
    # DELIVERY TO MAILBOX
    # The home_mailbox parameter specifies the optional pathname of a
    # mailbox file relative to a user's home directory. The default
    # mailbox file is /var/spool/mail/user or /var/mail/user. Specify
    # "Maildir/" for qmail-style delivery (the / is required).
    #home_mailbox = Mailbox
    #home_mailbox = Maildir/
    # The mail_spool_directory parameter specifies the directory where
    # UNIX-style mailboxes are kept. The default setting depends on the
    # system type.
    #mail_spool_directory = /var/mail
    mail_spool_directory = /var/spool/mail
    # The mailbox_command parameter specifies the optional external
    # command to use instead of mailbox delivery. The command is run as
    # the recipient with proper HOME, SHELL and LOGNAME environment settings.
    # Exception: delivery for root is done as $default_user.
    # Other environment variables of interest: USER (recipient username),
    # EXTENSION (address extension), DOMAIN (domain part of address),
    # and LOCAL (the address localpart).
    # Unlike other Postfix configuration parameters, the mailbox_command
    # parameter is not subjected to $parameter substitutions. This is to
    # make it easier to specify shell syntax (see example below).
    # Avoid shell meta characters because they will force Postfix to run
    # an expensive shell process. Procmail alone is expensive enough.
    # IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN
    # ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
    #mailbox_command = /some/where/procmail
    #mailbox_command = /some/where/procmail -a "$EXTENSION"
    mailbox_command = /usr/bin/procmail
    # The mailbox_transport specifies the optional transport in master.cf
    # to use after processing aliases and .forward files. This parameter
    # has precedence over the mailbox_command, fallback_transport and
    # luser_relay parameters.
    # Specify a string of the form transport:nexthop, where transport is
    # the name of a mail delivery transport defined in master.cf. The
    # :nexthop part is optional. For more details see the sample transport
    # configuration file.
    # NOTE: if you use this feature for accounts not in the UNIX password
    # file, then you must update the "local_recipient_maps" setting in
    # the main.cf file, otherwise the SMTP server will reject mail for
    # non-UNIX accounts with "User unknown in local recipient table".
    # Cyrus IMAP over LMTP. Specify ``lmtpunix cmd="lmtpd"
    # listen="/var/imap/socket/lmtp" prefork=0'' in cyrus.conf.
    #mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
    # Cyrus IMAP via command line. Uncomment the "cyrus...pipe" and
    # subsequent line in master.cf.
    #mailbox_transport = cyrus
    # The fallback_transport specifies the optional transport in master.cf
    # to use for recipients that are not found in the UNIX passwd database.
    # This parameter has precedence over the luser_relay parameter.
    # Specify a string of the form transport:nexthop, where transport is
    # the name of a mail delivery transport defined in master.cf. The
    # :nexthop part is optional. For more details see the sample transport
    # configuration file.
    # NOTE: if you use this feature for accounts not in the UNIX password
    # file, then you must update the "local_recipient_maps" setting in
    # the main.cf file, otherwise the SMTP server will reject mail for
    # non-UNIX accounts with "User unknown in local recipient table".
    #fallback_transport = lmtp:unix:/file/name
    #fallback_transport = cyrus
    #fallback_transport =
    # The luser_relay parameter specifies an optional destination address
    # for unknown recipients. By default, mail for unknown@$mydestination,
    # unknown@[$inet_interfaces] or unknown@[$proxy_interfaces] is returned
    # as undeliverable.
    # The following expansions are done on luser_relay: $user (recipient
    # username), $shell (recipient shell), $home (recipient home directory),
    # $recipient (full recipient address), $extension (recipient address
    # extension), $domain (recipient domain), $local (entire recipient
    # localpart), $recipient_delimiter. Specify ${name?value} or
    # ${name:value} to expand value only when $name does (does not) exist.
    # luser_relay works only for the default Postfix local delivery agent.
    # NOTE: if you use this feature for accounts not in the UNIX password
    # file, then you must specify "local_recipient_maps =" (i.e. empty) in
    # the main.cf file, otherwise the SMTP server will reject mail for
    # non-UNIX accounts with "User unknown in local recipient table".
    #luser_relay = [email protected]
    #luser_relay = [email protected]
    #luser_relay = admin+$local
    # JUNK MAIL CONTROLS
    # The controls listed here are only a very small subset. The file
    # SMTPD_ACCESS_README provides an overview.
    # The header_checks parameter specifies an optional table with patterns
    # that each logical message header is matched against, including
    # headers that span multiple physical lines.
    # By default, these patterns also apply to MIME headers and to the
    # headers of attached messages. With older Postfix versions, MIME and
    # attached message headers were treated as body text.
    # For details, see "man header_checks".
    #header_checks = regexp:/etc/postfix/header_checks
    # FAST ETRN SERVICE
    # Postfix maintains per-destination logfiles with information about
    # deferred mail, so that mail can be flushed quickly with the SMTP
    # "ETRN domain.tld" command, or by executing "sendmail -qRdomain.tld".
    # See the ETRN_README document for a detailed description.
    # The fast_flush_domains parameter controls what destinations are
    # eligible for this service. By default, they are all domains that
    # this server is willing to relay mail to.
    #fast_flush_domains = $relay_domains
    # SHOW SOFTWARE VERSION OR NOT
    # The smtpd_banner parameter specifies the text that follows the 220
    # code in the SMTP server's greeting banner. Some people like to see
    # the mail version advertised. By default, Postfix shows no version.
    # You MUST specify $myhostname at the start of the text. That is an
    # RFC requirement. Postfix itself does not care.
    #smtpd_banner = $myhostname ESMTP $mail_name
    #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
    # PARALLEL DELIVERY TO THE SAME DESTINATION
    # How many parallel deliveries to the same user or domain? With local
    # delivery, it does not make sense to do massively parallel delivery
    # to the same user, because mailbox updates must happen sequentially,
    # and expensive pipelines in .forward files can cause disasters when
    # too many are run at the same time. With SMTP deliveries, 10
    # simultaneous connections to the same domain could be sufficient to
    # raise eyebrows.
    # Each message delivery transport has its XXX_destination_concurrency_limit
    # parameter. The default is $default_destination_concurrency_limit for
    # most delivery transports. For the local delivery agent the default is 2.
    #local_destination_concurrency_limit = 2
    #default_destination_concurrency_limit = 20
    # DEBUGGING CONTROL
    # The debug_peer_level parameter specifies the increment in verbose
    # logging level when an SMTP client or server host name or address
    # matches a pattern in the debug_peer_list parameter.
    debug_peer_level = 2
    # The debug_peer_list parameter specifies an optional list of domain
    # or network patterns, /file/name patterns or type:name tables. When
    # an SMTP client or server host name or address matches a pattern,
    # increase the verbose logging level by the amount specified in the
    # debug_peer_level parameter.
    #debug_peer_list = 127.0.0.1
    #debug_peer_list = some.domain
    # The debugger_command specifies the external command that is executed
    # when a Postfix daemon program is run with the -D option.
    # Use "command .. & sleep 5" so that the debugger can attach before
    # the process marches on. If you use an X-based debugger, be sure to
    # set up your XAUTHORITY environment variable before starting Postfix.
    debugger_command =
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
    ddd $daemon_directory/$process_name $process_id & sleep 5
    # If you can't use X, use this to capture the call stack when a
    # daemon crashes. The result is in a file in the configuration
    # directory, and is named after the process name and the process ID.
    # debugger_command =
    # PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
    # echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
    # >$config_directory/$process_name.$process_id.log & sleep 5
    # Another possibility is to run gdb under a detached screen session.
    # To attach to the screen sesssion, su root and run "screen -r
    # <id_string>" where <id_string> uniquely matches one of the detached
    # sessions (from "screen -list").
    # debugger_command =
    # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH; screen
    # -dmS $process_name gdb $daemon_directory/$process_name
    # $process_id & sleep 1
    # INSTALL-TIME CONFIGURATION INFORMATION
    # The following parameters are used when installing a new Postfix version.
    # sendmail_path: The full pathname of the Postfix sendmail command.
    # This is the Sendmail-compatible mail posting interface.
    sendmail_path = /usr/sbin/sendmail
    # newaliases_path: The full pathname of the Postfix newaliases command.
    # This is the Sendmail-compatible command to build alias databases.
    newaliases_path = /usr/bin/newaliases
    # mailq_path: The full pathname of the Postfix mailq command. This
    # is the Sendmail-compatible mail queue listing command.
    mailq_path = /usr/bin/mailq
    # setgid_group: The group for mail submission and queue management
    # commands. This must be a group name with a numerical group ID that
    # is not shared with other accounts, not even with the Postfix account.
    setgid_group = postdrop
    # html_directory: The location of the Postfix HTML documentation.
    html_directory = no
    # manpage_directory: The location of the Postfix on-line manual pages.
    manpage_directory = /usr/share/man
    # sample_directory: The location of the Postfix sample configuration files.
    # This parameter is obsolete as of Postfix 2.1.
    sample_directory = /etc/postfix/sample
    # readme_directory: The location of the Postfix README files.
    readme_directory = /usr/share/doc/postfix
    inet_protocols = ipv4
    # Enable smtp auth
    smtp_sasl_auth_enable = yes
    smtp_sasl_password_maps = hash:/etc/postfix/saslpass
    smtp_sasl_security_options = noanonymous
    # Enable tls
    smtp_use_tls = yes
    smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
    # Max message size limit
    message_size_limit = 0
    Please help
    Last edited by Rumcajs (2014-08-05 06:16:11)

    I have solved it, and this was the problem (main.cf) message_size_limit = 0 i have set this to unlimited "0" so bigger mails not get rejected by postfix, the defualt value was 10240000 (~10 Mb) after finally checking the postfix log with journalctl -u postfix (because /var/log/mail.log) is not used anymore i found this line : "fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit" after setting mailbox_size_limit to unlimited "0" postfix starts to delivery local mail.
    Last edited by Rumcajs (2014-08-05 06:17:23)

  • [SOLVED] Ongoing NVIDIA upgrade issues (TV card related?).

    [If you think this would be more appropriate in another section, feel free to move it?   I'm kind of an nvidia noob, so I thought this might be a good place to start...]
    I haven't been able to get a working X session following nvidia/kernel upgrades since last October or so.   Everytime I would upgrade the kernel and/or the nvidia driver, my X would fail.
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error)
    FATAL server error: no screens found
    (This is my "mythtv" box--so there's a hauppauge card installed--I have no idea if that's a factor.  I have a LCD monitor connected--as well as an 'old school' CRT television one room over connected....  My other box updated yesterday to the latest kernel/nvidia driver with no problems.)
    The problem box has a geforce 8400 video card in it.
    Here is my /var/log/xorg.0.log:
    [ 100.722]
    X.Org X Server 1.12.1
    Release Date: 2012-04-13
    [ 100.722] X Protocol Version 11, Revision 0
    [ 100.722] Build Operating System: Linux 3.3.1-1-ARCH i686
    [ 100.722] Current Operating System: Linux intel-arch 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686
    [ 100.722] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 100.723] Build Date: 14 April 2012 07:32:51AM
    [ 100.723]
    [ 100.723] Current version of pixman: 0.24.4
    [ 100.723] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 100.723] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 100.724] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 23 12:06:01 2012
    [ 100.724] (==) Using config file: "/etc/X11/xorg.conf"
    [ 100.724] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 100.730] (==) ServerLayout "Layout0"
    [ 100.730] (**) |-->Screen "Screen0" (0)
    [ 100.730] (**) | |-->Monitor "Monitor0"
    [ 100.730] (**) | |-->Device "Device0"
    [ 100.730] (**) |-->Input Device "Keyboard0"
    [ 100.730] (**) |-->Input Device "Mouse0"
    [ 100.730] (==) Automatically adding devices
    [ 100.731] (==) Automatically enabling devices
    [ 100.731] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 100.731] Entry deleted from font path.
    [ 100.731] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 100.731] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 100.731] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 100.731] (WW) Disabling Keyboard0
    [ 100.731] (WW) Disabling Mouse0
    [ 100.731] (II) Loader magic: 0x82215a0
    [ 100.731] (II) Module ABI versions:
    [ 100.731] X.Org ANSI C Emulation: 0.4
    [ 100.731] X.Org Video Driver: 12.0
    [ 100.731] X.Org XInput driver : 16.0
    [ 100.731] X.Org Server Extension : 6.0
    [ 100.731] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 100.732] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 100.732] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 100.732] (II) LoadModule: "extmod"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 100.732] (II) Module extmod: vendor="X.Org Foundation"
    [ 100.732] compiled for 1.12.1, module version = 1.0.0
    [ 100.732] Module class: X.Org Server Extension
    [ 100.732] ABI class: X.Org Server Extension, version 6.0
    [ 100.732] (II) Loading extension MIT-SCREEN-SAVER
    [ 100.732] (II) Loading extension XFree86-VidModeExtension
    [ 100.732] (II) Loading extension XFree86-DGA
    [ 100.732] (II) Loading extension DPMS
    [ 100.732] (II) Loading extension XVideo
    [ 100.732] (II) Loading extension XVideo-MotionCompensation
    [ 100.732] (II) Loading extension X-Resource
    [ 100.732] (II) LoadModule: "dbe"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 100.732] (II) Module dbe: vendor="X.Org Foundation"
    [ 100.732] compiled for 1.12.1, module version = 1.0.0
    [ 100.732] Module class: X.Org Server Extension
    [ 100.732] ABI class: X.Org Server Extension, version 6.0
    [ 100.732] (II) Loading extension DOUBLE-BUFFER
    [ 100.732] (II) LoadModule: "glx"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 100.752] (II) Module glx: vendor="NVIDIA Corporation"
    [ 100.752] compiled for 4.0.2, module version = 1.0.0
    [ 100.752] Module class: X.Org Server Extension
    [ 100.752] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
    [ 100.752] (II) Loading extension GLX
    [ 100.752] (II) LoadModule: "record"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 100.752] (II) Module record: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.13.0
    [ 100.752] Module class: X.Org Server Extension
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension RECORD
    [ 100.752] (II) LoadModule: "dri"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 100.752] (II) Module dri: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.0.0
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension XFree86-DRI
    [ 100.752] (II) LoadModule: "dri2"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 100.752] (II) Module dri2: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.2.0
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension DRI2
    [ 100.752] (II) LoadModule: "nvidia"
    [ 100.753] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 100.753] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 100.753] compiled for 4.0.2, module version = 1.0.0
    [ 100.753] Module class: X.Org Video Driver
    [ 100.753] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
    [ 100.753] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 100.753] (--) using VT number 7
    [ 100.773] (II) Loading sub module "fb"
    [ 100.773] (II) LoadModule: "fb"
    [ 100.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 100.774] (II) Module fb: vendor="X.Org Foundation"
    [ 100.774] compiled for 1.12.1, module version = 1.0.0
    [ 100.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 100.774] (II) Loading sub module "wfb"
    [ 100.774] (II) LoadModule: "wfb"
    [ 100.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 100.774] (II) Module wfb: vendor="X.Org Foundation"
    [ 100.774] compiled for 1.12.1, module version = 1.0.0
    [ 100.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 100.774] (II) Loading sub module "ramdac"
    [ 100.774] (II) LoadModule: "ramdac"
    [ 100.774] (II) Module "ramdac" already built-in
    [ 100.774] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 100.774] (==) NVIDIA(0): RGB weight 888
    [ 100.774] (==) NVIDIA(0): Default visual is TrueColor
    [ 100.774] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 100.774] (**) NVIDIA(0): Enabling 2D acceleration
    [ 101.451] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 101.451] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 101.451] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 101.451] (EE) NVIDIA(0): README for additional information.
    [ 101.451] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 101.451] (II) UnloadModule: "nvidia"
    [ 101.451] (II) UnloadSubModule: "wfb"
    [ 101.451] (II) UnloadSubModule: "fb"
    [ 101.451] (EE) Screen(s) found, but none have a usable configuration.
    [ 101.451]
    Fatal server error:
    [ 101.451] no screens found
    [ 101.451]
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 101.451] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 101.451]
    [ 101.491] Server terminated with error (1). Closing log file.
    Here's the lspci:
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
    00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
    00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
    00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
    00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
    00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
    00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
    00:1c.3 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 4
    00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5
    00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
    00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
    00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
    00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
    00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
    00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
    00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
    00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
    00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
    01:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS] (rev a1)
    03:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    03:00.1 IDE interface: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    06:01.0 Multimedia video controller: Internext Compression Inc iTVC15 (CX23415) Video Decoder (rev 01)
    06:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
    I deleted my dual-screen, been-working-for-years xorg.conf file and used nvidia-xconfig to generate a 'clean' one (?):
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 295.40 ([email protected]) Thu Apr 5 22:33:07 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    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 "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Here's a dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
    [ 0.000000] BIOS-e820: 000000007feb0000 - 000000007fee2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee2000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. EP45-UD3P/EP45-UD3P, BIOS F10 02/05/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f5800] f5800
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 37d20000 - 37ff0000
    [ 0.000000] Allocated new RAMDISK: 3752e000 - 377fd698
    [ 0.000000] Move RAMDISK from 0000000037d20000 - 0000000037fef697 to 3752e000 - 377fd697
    [ 0.000000] ACPI: RSDP 000f7630 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 7fee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 7fee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 7fee2180 0507F (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 7feb0000 00040
    [ 0.000000] ACPI: HPET 7fee7340 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 7fee73c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: EUDS 7fee7480 00560 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 7fee79e0 06852 (v01 GBT GBT B0 5455312E BG?? 00020101)
    [ 0.000000] ACPI: APIC 7fee7240 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 7feee8a0 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007feb0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007feb0
    [ 0.000000] On node 0 totalpages: 523839
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f652d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2318 pages used for memmap
    [ 0.000000] HighMem zone: 294308 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30848 r0 d22400 u1048576
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519745
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 4191488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
    [ 0.000000] Memory: 2064260k/2095808k available (3773k kernel code, 31096k reserved, 1435k data, 520k init, 1186504k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af7a9 - 0xc0616400 (1435 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af7a9 (3773 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2800.076 MHz processor.
    [ 0.003334] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.49 BogoMIPS (lpj=9333586)
    [ 0.003337] pid_max: default: 32768 minimum: 301
    [ 0.006674] Security Framework initialized
    [ 0.006678] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006689] Mount-cache hash table entries: 512
    [ 0.006786] Initializing cgroup subsys cpuacct
    [ 0.006789] Initializing cgroup subsys memory
    [ 0.006795] Initializing cgroup subsys devices
    [ 0.006796] Initializing cgroup subsys freezer
    [ 0.006798] Initializing cgroup subsys net_cls
    [ 0.006799] Initializing cgroup subsys blkio
    [ 0.006820] CPU: Physical Processor ID: 0
    [ 0.006822] CPU: Processor Core ID: 0
    [ 0.006824] mce: CPU supports 6 MCE banks
    [ 0.006829] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006831] using mwait in idle threads.
    [ 0.007480] ACPI: Core revision 20120111
    [ 0.009627] ftrace: allocating 16621 entries in 33 pages
    [ 0.013364] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.047931] CPU0: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066770] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093344] CPU 1 irqstacks, hard=f58ec000 soft=f58ee000
    [ 0.093347] Booting Node 0, Processors #1
    [ 0.093350] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.106687] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.113331] Brought up 2 CPUs
    [ 0.113334] Total of 2 processors activated (11204.98 BogoMIPS).
    [ 0.115083] devtmpfs: initialized
    [ 0.115083] PM: Registering ACPI NVS region at 7feb0000 (204800 bytes)
    [ 0.115083] NET: Registered protocol family 16
    [ 0.115083] ACPI: bus type pci registered
    [ 0.115083] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.115083] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.115083] PCI: Using MMCONFIG for extended config space
    [ 0.115083] PCI: Using configuration type 1 for base access
    [ 0.116684] bio: create slab <bio-0> at 0
    [ 0.116695] ACPI: Added _OSI(Module Device)
    [ 0.116695] ACPI: Added _OSI(Processor Device)
    [ 0.116695] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116695] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117294] ACPI: EC: Look up EC in DSDT
    [ 0.120048] ACPI Warning: Incorrect checksum in table [TAMG] - 0xDD, should be 0xDC (20120111/tbutils-321)
    [ 0.120165] ACPI: SSDT 7feee280 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120301] ACPI: Dynamic OEM Table Load:
    [ 0.120304] ACPI: SSDT (null) 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120421] ACPI: SSDT 7feee740 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120548] ACPI: Dynamic OEM Table Load:
    [ 0.120551] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120670] ACPI: Interpreter enabled
    [ 0.120684] ACPI: (supports S0 S3 S4 S5)
    [ 0.120698] ACPI: Using IOAPIC for interrupt routing
    [ 0.124256] ACPI: No dock devices found.
    [ 0.124263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.124306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.124364] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.124366] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.124368] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.124370] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.124371] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.124373] pci_root PNP0A03:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    [ 0.124413] PCI host bridge to bus 0000:00
    [ 0.124415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.124417] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.124418] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.124420] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.124422] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.124424] pci_bus 0000:00: root bus resource [mem 0x7ff00000-0xfebfffff]
    [ 0.124431] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.124467] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.124499] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.124532] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.124569] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    [ 0.124613] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.124650] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    [ 0.124694] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.124731] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    [ 0.124778] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.124793] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.124871] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.124884] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.124942] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.124961] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.125020] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125041] pci 0000:00:1c.3: [8086:3a46] type 1 class 0x000604
    [ 0.125101] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.125120] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
    [ 0.125180] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.125200] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.125259] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.125280] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.125317] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
    [ 0.125361] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.125398] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    [ 0.125442] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.125479] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    [ 0.125526] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.125541] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.125617] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.125670] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
    [ 0.125743] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.125746] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.125749] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
    [ 0.125788] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.125801] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.125808] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.125815] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.125821] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.125828] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
    [ 0.125835] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
    [ 0.125874] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.125887] pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    [ 0.125905] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.125933] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.125946] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
    [ 0.125953] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
    [ 0.125959] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
    [ 0.125966] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
    [ 0.125973] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
    [ 0.125980] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
    [ 0.126045] pci 0000:01:00.0: [10de:06e4] type 0 class 0x000300
    [ 0.126054] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.126063] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126073] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.126080] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.126086] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.126134] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.126137] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.126139] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.126143] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126176] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.126231] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.126312] pci 0000:03:00.0: reg 24: [mem 0xfdbfe000-0xfdbfffff]
    [ 0.126371] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.126401] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.126423] pci 0000:03:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.126436] pci 0000:03:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.126448] pci 0000:03:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.126461] pci 0000:03:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.126473] pci 0000:03:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.126551] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.126563] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.126566] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.126569] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.126622] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.126637] pci 0000:04:00.0: reg 10: [io 0xce00-0xceff]
    [ 0.126672] pci 0000:04:00.0: reg 18: [mem 0xfdeff000-0xfdefffff 64bit pref]
    [ 0.126688] pci 0000:04:00.0: reg 20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
    [ 0.126699] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.126759] pci 0000:04:00.0: supports D1 D2
    [ 0.126760] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.133342] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.133347] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.133352] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.133359] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.133422] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.133441] pci 0000:05:00.0: reg 10: [io 0xbe00-0xbeff]
    [ 0.133471] pci 0000:05:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    [ 0.133492] pci 0000:05:00.0: reg 20: [mem 0xfdce0000-0xfdceffff 64bit pref]
    [ 0.133506] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.133574] pci 0000:05:00.0: supports D1 D2
    [ 0.133575] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.140007] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.140013] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.140017] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.140024] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.140061] pci 0000:06:01.0: [4444:0803] type 0 class 0x000400
    [ 0.140080] pci 0000:06:01.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    [ 0.140185] pci 0000:06:07.0: [104c:8024] type 0 class 0x000c00
    [ 0.140208] pci 0000:06:07.0: reg 10: [mem 0xfdaff000-0xfdaff7ff]
    [ 0.140217] pci 0000:06:07.0: reg 14: [mem 0xfdaf8000-0xfdafbfff]
    [ 0.140279] pci 0000:06:07.0: supports D1 D2
    [ 0.140280] pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
    [ 0.140315] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.140320] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.140324] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.140326] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.140328] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.140330] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.140332] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.140334] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.140336] pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (subtractive decode)
    [ 0.140356] pci_bus 0000:00: on NUMA node 0
    [ 0.140358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.140506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.140544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.140585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.140618] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.140651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.140755] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.140757] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.140759] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.149260] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.149298] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.149337] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.149374] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149412] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.149449] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149486] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.149523] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.149564] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.149564] vgaarb: loaded
    [ 0.149564] vgaarb: bridge control possible 0000:01:00.0
    [ 0.149564] PCI: Using ACPI for IRQ routing
    [ 0.150832] PCI: pci_cache_line_size set to 64 bytes
    [ 0.150913] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.150915] reserve RAM buffer: 000000007feb0000 - 000000007fffffff
    [ 0.150997] NetLabel: Initializing
    [ 0.150999] NetLabel: domain hash size = 128
    [ 0.151000] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.151009] NetLabel: unlabeled traffic allowed by default
    [ 0.151013] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.151018] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.151022] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.160013] Switching to clocksource hpet
    [ 0.165167] pnp: PnP ACPI init
    [ 0.165182] ACPI: bus type pnp registered
    [ 0.165247] pnp 00:00: [bus 00-3f]
    [ 0.165250] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.165252] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.165253] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.165255] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.165257] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.165259] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.165261] pnp 00:00: [mem 0x7ff00000-0xfebfffff window]
    [ 0.165307] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.165368] pnp 00:01: [io 0x0010-0x001f]
    [ 0.165370] pnp 00:01: [io 0x0022-0x003f]
    [ 0.165372] pnp 00:01: [io 0x0044-0x004d]
    [ 0.165373] pnp 00:01: [io 0x0050-0x005f]
    [ 0.165375] pnp 00:01: [io 0x0062-0x0063]
    [ 0.165376] pnp 00:01: [io 0x0065-0x006f]
    [ 0.165378] pnp 00:01: [io 0x0074-0x007f]
    [ 0.165379] pnp 00:01: [io 0x0091-0x0093]
    [ 0.165380] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.165382] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.165383] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.165385] pnp 00:01: [io 0x0290-0x029f]
    [ 0.165386] pnp 00:01: [io 0x0800-0x0805]
    [ 0.165388] pnp 00:01: [io 0x0290-0x0294]
    [ 0.165389] pnp 00:01: [io 0x0880-0x088f]
    [ 0.165450] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.165452] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.165454] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.165457] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.165458] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.165461] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.165471] pnp 00:02: [dma 4]
    [ 0.165473] pnp 00:02: [io 0x0000-0x000f]
    [ 0.165474] pnp 00:02: [io 0x0080-0x0090]
    [ 0.165476] pnp 00:02: [io 0x0094-0x009f]
    [ 0.165477] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.165503] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.165542] pnp 00:03: [irq 0 disabled]
    [ 0.165550] pnp 00:03: [irq 8]
    [ 0.165552] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.165580] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.165603] pnp 00:04: [io 0x0070-0x0073]
    [ 0.165630] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.165637] pnp 00:05: [io 0x0061]
    [ 0.165664] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.165671] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.165676] pnp 00:06: [irq 13]
    [ 0.165702] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.165792] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.165794] pnp 00:07: [io 0x03f7]
    [ 0.165798] pnp 00:07: [irq 6]
    [ 0.165799] pnp 00:07: [dma 2]
    [ 0.165836] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.165963] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.165967] pnp 00:08: [irq 4]
    [ 0.166019] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.166160] pnp 00:09: [io 0x0378-0x037f]
    [ 0.166165] pnp 00:09: [irq 7]
    [ 0.166209] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.166303] pnp 00:0a: [io 0x0400-0x04cf]
    [ 0.166305] pnp 00:0a: [io 0x04d2-0x04ff]
    [ 0.166351] system 00:0a: [io 0x0400-0x04cf] has been reserved
    [ 0.166353] system 00:0a: [io 0x04d2-0x04ff] has been reserved
    [ 0.166356] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166501] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.166552] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.166555] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166686] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.166688] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.166690] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.166692] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.166693] pnp 00:0c: [mem 0x7feb0000-0x7fefffff]
    [ 0.166695] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.166696] pnp 00:0c: [mem 0x00100000-0x7feaffff]
    [ 0.166698] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.166700] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.166701] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.166703] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.166704] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.166706] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.166708] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.166769] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.166772] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.166774] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.166776] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.166778] system 00:0c: [mem 0x7feb0000-0x7fefffff] could not be reserved
    [ 0.166780] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.166782] system 00:0c: [mem 0x00100000-0x7feaffff] could not be reserved
    [ 0.166784] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.166786] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.166788] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.166790] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.166792] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.166794] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.166796] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.166799] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.166814] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.166852] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.166856] pnp: PnP ACPI: found 14 devices
    [ 0.166857] ACPI: ACPI bus type pnp unregistered
    [ 0.203257] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.203293] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203296] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80100000-0x802fffff]
    [ 0.203299] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203302] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.203304] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.203307] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.203309] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.203312] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.203314] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203318] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.203320] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.203324] pci 0000:00:1c.0: bridge window [mem 0x80100000-0x802fffff]
    [ 0.203338] pci 0000:00:1c.0: bridge window [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203343] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.203346] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.203349] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.203353] pci 0000:00:1c.3: bridge window [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203358] pci 0000:04:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    [ 0.203360] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.203363] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.203366] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.203370] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203375] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc0ffff pref]
    [ 0.203377] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.203379] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.203383] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.203387] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203392] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.203396] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203399] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203416] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.203438] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.203441] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.203443] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.203445] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203447] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203448] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203450] pci_bus 0000:00: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203452] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.203454] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.203456] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203458] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.203460] pci_bus 0000:02: resource 1 [mem 0x80100000-0x802fffff]
    [ 0.203461] pci_bus 0000:02: resource 2 [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203463] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.203465] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
    [ 0.203467] pci_bus 0000:03: resource 2 [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203469] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.203471] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.203473] pci_bus 0000:04: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203475] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
    [ 0.203476] pci_bus 0000:05: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.203478] pci_bus 0000:05: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203480] pci_bus 0000:06: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.203482] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203484] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.203486] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.203487] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203489] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203491] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203493] pci_bus 0000:06: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203517] NET: Registered protocol family 2
    [ 0.203569] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.203733] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.204057] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.204215] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.204217] TCP reno registered
    [ 0.204219] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204226] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204277] NET: Registered protocol family 1
    [ 0.230046] pci 0000:01:00.0: Boot video device
    [ 0.230066] PCI: CLS 4 bytes, default 64
    [ 0.230114] Unpacking initramfs...
    [ 0.281716] Freeing initrd memory: 2880k freed
    [ 0.282813] apm: BIOS not found.
    [ 0.282997] audit: initializing netlink socket (disabled)
    [ 0.283008] type=2000 audit(1335182661.279:1): initialized
    [ 0.283290] highmem bounce pool size: 64 pages
    [ 0.283294] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.284920] VFS: Disk quotas dquot_6.5.2
    [ 0.284969] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.285048] msgmni has been set to 1719
    [ 0.285189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.285213] io scheduler noop registered
    [ 0.285214] io scheduler deadline registered
    [ 0.285219] io scheduler cfq registered (default)
    [ 0.285324] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.285393] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.285471] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.285550] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.285628] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.285741] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    [ 0.285742] vesafb: scrolling: redraw
    [ 0.285744] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.285947] vesafb: framebuffer at 0xf9000000, mapped to 0xf8080000, using 2560k, total 2560k
    [ 0.305959] Console: switching to colour frame buffer device 160x64
    [ 0.325876] fb0: VESA VGA frame buffer device
    [ 0.325911] intel_idle: MWAIT substates: 0x22220
    [ 0.325912] intel_idle: does not run on family 6 model 23
    [ 0.325931] GHES: HEST is not enabled!
    [ 0.325942] isapnp: Scanning for PnP cards...
    [ 0.637859] isapnp: No Plug & Play device found
    [ 0.637909] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.658391] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.679122] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.679405] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.713326] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.713338] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.963424] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.963556] mousedev: PS/2 mouse device common for all mice
    [ 0.963618] rtc_cmos 00:04: RTC can wake from S4
    [ 0.963703] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.963724] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.963743] cpuidle: using governor ladder
    [ 0.963744] cpuidle: using governor menu
    [ 0.963917] TCP cubic registered
    [ 0.964022] NET: Registered protocol family 10
    [ 0.964388] NET: Registered protocol family 17
    [ 0.964392] Registering the dns_resolver key type
    [ 0.964404] Using IPI No-Shortcut mode
    [ 0.964489] PM: Hibernation image not present or could not be loaded.
    [ 0.964493] registered taskstats version 1
    [ 0.964920] rtc_cmos 00:04: setting system clock to 2012-04-23 12:04:22 UTC (1335182662)
    [ 0.964951] Initializing network drop monitor service
    [ 0.965002] Freeing unused kernel memory: 520k freed
    [ 0.965195] Write protecting the kernel text: 3776k
    [ 0.965213] Write protecting the kernel read-only data: 1108k
    [ 0.970549] udevd[37]: starting version 182
    [ 0.990063] usbcore: registered new interface driver usbfs
    [ 0.990082] usbcore: registered new interface driver hub
    [ 0.990287] usbcore: registered new device driver usb
    [ 0.990620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.990663] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.990666] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.990683] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.994584] ehci_hcd 0000:00:1a.7: cache line size of 4 is not supported
    [ 0.994599] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    [ 0.999657] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.004019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.004470] hub 1-0:1.0: USB hub found
    [ 1.004474] hub 1-0:1.0: 6 ports detected
    [ 1.004573] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.004576] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.004583] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.007266] SCSI subsystem initialized
    [ 1.008500] ehci_hcd 0000:00:1d.7: cache line size of 4 is not supported
    [ 1.008516] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    [ 1.008592] libata version 3.00 loaded.
    [ 1.009871] ahci 0000:03:00.0: version 3.0
    [ 1.016893] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.017108] hub 2-0:1.0: USB hub found
    [ 1.017111] hub 2-0:1.0: 6 ports detected
    [ 1.017203] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.017206] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.017214] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.017248] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    [ 1.017363] hub 3-0:1.0: USB hub found
    [ 1.017367] hub 3-0:1.0: 2 ports detected
    [ 1.017433] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.017436] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.017446] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.017472] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    [ 1.017584] hub 4-0:1.0: USB hub found
    [ 1.017587] hub 4-0:1.0: 2 ports detected
    [ 1.017652] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.017655] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.017661] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.017681] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
    [ 1.017789] hub 5-0:1.0: USB hub found
    [ 1.017792] hub 5-0:1.0: 2 ports detected
    [ 1.017858] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.017861] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.017868] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.017888] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    [ 1.017995] hub 6-0:1.0: USB hub found
    [ 1.017998] hub 6-0:1.0: 2 ports detected
    [ 1.018064] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.018067] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.018073] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.018099] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    [ 1.018206] hub 7-0:1.0: USB hub found
    [ 1.018212] hub 7-0:1.0: 2 ports detected
    [ 1.018278] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.018281] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.018288] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.018308] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    [ 1.018482] hub 8-0:1.0: USB hub found
    [ 1.018485] hub 8-0:1.0: 2 ports detected
    [ 1.018763] ata_piix 0000:00:1f.2: version 2.13
    [ 1.018772] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.018804] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.020267] scsi0 : ata_piix
    [ 1.020371] scsi1 : ata_piix
    [ 1.020819] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 1.020824] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 1.020853] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 1.020893] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 1.021136] scsi2 : ata_piix
    [ 1.021644] scsi3 : ata_piix
    [ 1.022040] ata3: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
    [ 1.022044] ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
    [ 1.023372] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.023375] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.023819] scsi4 : ahci
    [ 1.023884] scsi5 : ahci
    [ 1.023962] ata5: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 19
    [ 1.023965] ata6: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 19
    [ 1.024034] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.024063] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.283352] Refined TSC clocksource calibration: 2800.099 MHz.
    [ 1.283357] Switching to clocksource tsc
    [ 1.350651] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.350654] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.361316] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.361361] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.586675] usb 8-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.734398] hub 8-2:1.0: USB hub found
    [ 1.736342] hub 8-2:1.0: 4 ports detected
    [ 1.826727] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.826741] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.826862] ata2.00: SATA link down (SStatus 0 SControl 300)
    [ 1.826878] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.843535] ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.843661] ata1.01: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
    [ 1.843665] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.843832] ata2.01: HPA detected: current 1250261615, native 1250263728
    [ 1.843837] ata2.01: ATA-8: WDC WD6400AACS-00G8B1, 05.04C05, max UDMA/133
    [ 1.843841] ata2.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.845598] ata2.01: configured for UDMA/133
    [ 1.856788] ata1.00: configured for UDMA/100
    [ 1.863573] ata1.01: configured for UDMA/133
    [ 1.865163] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.865407] scsi 0:0:1:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 1.865585] scsi 1:0:1:0: Direct-Access ATA WDC WD6400AACS-0 05.0 PQ: 0 ANSI: 5
    [ 1.866092] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.867006] scsi6 : pata_jmicron
    [ 1.867093] scsi7 : pata_jmicron
    [ 1.867683] ata7: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
    [ 1.867686] ata8: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
    [ 1.870208] sd 0:0:1:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.870244] sd 0:0:1:0: [sda] Write Protect is off
    [ 1.870247] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.870262] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.870558] sd 1:0:1:0: [sdb] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
    [ 1.870601] sd 1:0:1:0: [sdb] Write Protect is off
    [ 1.870604] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.870620] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.915534] sda: sda1 sda2 < sda5 sda6 sda7 > sda3 sda4
    [ 1.916012] sd 0:0:1:0: [sda] Attached SCSI disk
    [ 1.980226] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 >
    [ 1.980824] sd 1:0:1:0: [sdb] Attached SCSI disk
    [ 2.011343] usb 8-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.192148] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.192152] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.192558] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.201802] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.0/input/input0
    [ 2.201846] generic-usb 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input0
    [ 2.222475] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.1/input/input1
    [ 2.222611] generic-usb 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input1
    [ 2.231760] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.2/input/input2
    [ 2.231841] generic-usb 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input2
    [ 2.231854] usbcore: registered new interface driver usbhid
    [ 2.231856] usbhid: USB HID core driver
    [ 3.342855] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.236723] udevd[150]: starting version 182
    [ 4.459170] Linux media interface: v0.10
    [ 4.475608] Linux video capture interface: v2.00
    [ 4.489322] usbcore: registered new interface driver uvcvideo
    [ 4.489323] USB Video Class driver (1.1.1)
    [ 4.496429] lirc_dev: IR Remote Control driver registered, major 250
    [ 4.513782] IR NEC protocol handler initialized
    [ 4.522116] bttv: driver version 0.9.19 loaded
    [ 4.522119] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 4.600352] IR RC5(x) protocol handler initialized
    [ 4.608981] IR RC6 protocol handler initialized
    [ 4.630510] IR JVC protocol handler initialized
    [ 4.636561] IR Sony protocol handler initialized
    [ 4.638418] ivtv: Start initialization, version 1.4.3
    [ 4.638462] ivtv0: Initializing card 0
    [ 4.638463] ivtv0: Autodetected Hauppauge card (cx23415 based)
    [ 4.638549] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
    [ 4.644475] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 4.644481] ACPI: Power Button [PWRB]
    [ 4.644534] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.644537] ACPI: Power Button [PWRF]
    [ 4.658578] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 4.665780] Marking TSC unstable due to TSC halts in idle
    [ 4.666758] ACPI: acpi_idle registered with cpuidle
    [ 4.670254] Switching to clocksource hpet
    [ 4.678524] Floppy drive(s): fd0 is 1.44M
    [ 4.679479] IT8718 SuperIO detected.
    [ 4.679633] parport_pc 00:09: reported by Plug and Play ACPI
    [ 4.679676] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 4.693701] FDC 0 is a post-1991 82077
    [ 4.694860] tveeprom 0-0050: Hauppauge model 48132, rev K268, serial# 9950569
    [ 4.694863] tveeprom 0-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
    [ 4.694865] tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
    [ 4.694867] tveeprom 0-0050: audio processor is MSP4448 (idx 27)
    [ 4.694869] tveeprom 0-0050: decoder processor is SAA7115 (idx 19)
    [ 4.694871] tveeprom 0-0050: has radio, has IR receiver, has no IR transmitter
    [ 4.694873] ivtv0: Autodetected Hauppauge WinTV PVR-350
    [ 4.718730] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 4.729649] ppdev: user-space parallel port driver
    [ 4.738786] Linux agpgart interface v0.103
    [ 4.820346] IR SANYO protocol handler initialized
    [ 4.822452] iTCO_vendor_support: vendor-support=0
    [ 4.823062] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 4.823136] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
    [ 4.823465] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.830152] IR MCE Keyboard/mouse protocol handler initialized
    [ 4.831105] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.831186] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
    [ 4.831566] r8169 0000:04:00.0: eth0: RTL8168c/8111c at 0xf9e18000, 00:24:1d:2a:98:49, XID 1c4000c0 IRQ 46
    [ 4.831569] r8169 0000:04:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.831887] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.831956] r8169 0000:05:00.0: irq 47 for MSI/MSI-X
    [ 4.832334] r8169 0000:05:00.0: eth1: RTL8168c/8111c at 0xf9e1a000, 00:1f:d0:81:ab:41, XID 1c4000c0 IRQ 47
    [ 4.832337] r8169 0000:05:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.844309] saa7115 0-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
    [ 4.880508] IR LIRC bridge handler initialized
    [ 4.891113] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.917236] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.917368] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.917483] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.917595] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.917707] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.917819] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.917933] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.918044] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 5.108129] saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
    [ 5.167615] i2c-core: driver [msp3400] using legacy suspend method
    [ 5.167617] i2c-core: driver [msp3400] using legacy resume method
    [ 5.178769] msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
    [ 5.178771] msp3400 0-0040: msp3400 supports radio, mode is autodetect and autoselect
    [ 5.203046] nvidia: module license 'NVIDIA' taints kernel.
    [ 5.203050] Disabling lock debugging due to kernel taint
    [ 5.218687] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.218866] NVRM: loading NVIDIA UNIX x86 Kernel Module 295.40 Thu Apr 5 21:28:09 PDT 2012
    [ 5.298045] i2c-core: driver [tuner] using legacy suspend method
    [ 5.298047] i2c-core: driver [tuner] using legacy resume method
    [ 5.388600] tda9887 0-0043: creating new instance
    [ 5.388603] tda9887 0-0043: tda988[5/6/7] found
    [ 5.389628] tuner 0-0043: Tuner 74 found with type(s) Radio TV.
    [ 5.392437] tuner 0-0061: Tuner -1 found with type(s) Radio TV.
    [ 5.407684] tuner-simple 0-0061: creating new instance
    [ 5.407687] tuner-simple 0-0061: type set to 47 (LG NTSC (TAPE series))
    [ 5.421350] ivtv0: Registered device video0 for encoder MPG (4096 kB)
    [ 5.421381] ivtv0: Registered device video32 for encoder YUV (2048 kB)
    [ 5.421421] ivtv0: Registered

    Progress.  Sort of...
    As I mentioned in the previous update, I unplugged the Hauppauge PVR-350 card and upgraded the kernel, lirc, lirc-utils, nvidia, and nvidia-utils.
    I found this thread ( https://bbs.archlinux.org/viewtopic.php?pid=779327 ) which suggested blacklisting nouveau--as it's built-in to the kernel now (?).   When I rebooted after blacklisting nouveau, my X started up!!
    I thought I'd solved the issue--but when I plugged the PVR-350 back in and rebooted (it's necessary to use the remote control with mythtv), X failed again:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
    [ 0.000000] BIOS-e820: 000000007feb0000 - 000000007fee2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee2000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. EP45-UD3P/EP45-UD3P, BIOS F10 02/05/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f5800] f5800
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 37d61000 - 37ff0000
    [ 0.000000] Allocated new RAMDISK: 3756f000 - 377fd6d1
    [ 0.000000] Move RAMDISK from 0000000037d61000 - 0000000037fef6d0 to 3756f000 - 377fd6d0
    [ 0.000000] ACPI: RSDP 000f7630 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 7fee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 7fee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 7fee2180 0507F (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 7feb0000 00040
    [ 0.000000] ACPI: HPET 7fee7340 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 7fee73c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: EUDS 7fee7480 00560 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 7fee79e0 06852 (v01 GBT GBT B0 5455312E BG?? 00020101)
    [ 0.000000] ACPI: APIC 7fee7240 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 7feee8a0 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007feb0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007feb0
    [ 0.000000] On node 0 totalpages: 523839
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f656e200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2318 pages used for memmap
    [ 0.000000] HighMem zone: 294308 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30848 r0 d22400 u1048576
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519745
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 4191488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
    [ 0.000000] Memory: 2064520k/2095808k available (3773k kernel code, 30836k reserved, 1435k data, 520k init, 1186504k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af7a9 - 0xc0616400 (1435 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af7a9 (3773 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2800.335 MHz processor.
    [ 0.003334] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.03 BogoMIPS (lpj=9334450)
    [ 0.003337] pid_max: default: 32768 minimum: 301
    [ 0.003356] Security Framework initialized
    [ 0.003359] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003371] Mount-cache hash table entries: 512
    [ 0.003468] Initializing cgroup subsys cpuacct
    [ 0.003471] Initializing cgroup subsys memory
    [ 0.003477] Initializing cgroup subsys devices
    [ 0.003478] Initializing cgroup subsys freezer
    [ 0.003480] Initializing cgroup subsys net_cls
    [ 0.003481] Initializing cgroup subsys blkio
    [ 0.003502] CPU: Physical Processor ID: 0
    [ 0.003504] CPU: Processor Core ID: 0
    [ 0.003506] mce: CPU supports 6 MCE banks
    [ 0.003512] CPU0: Thermal monitoring enabled (TM2)
    [ 0.003514] using mwait in idle threads.
    [ 0.007056] ACPI: Core revision 20120111
    [ 0.009209] ftrace: allocating 16621 entries in 33 pages
    [ 0.013364] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.047518] CPU0: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066769] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093344] CPU 1 irqstacks, hard=f58ec000 soft=f58ee000
    [ 0.093347] Booting Node 0, Processors #1
    [ 0.093350] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.106687] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.113331] Brought up 2 CPUs
    [ 0.113334] Total of 2 processors activated (11205.06 BogoMIPS).
    [ 0.115084] devtmpfs: initialized
    [ 0.115084] PM: Registering ACPI NVS region at 7feb0000 (204800 bytes)
    [ 0.115084] NET: Registered protocol family 16
    [ 0.115084] ACPI: bus type pci registered
    [ 0.115084] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.115084] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.115084] PCI: Using MMCONFIG for extended config space
    [ 0.115084] PCI: Using configuration type 1 for base access
    [ 0.116684] bio: create slab <bio-0> at 0
    [ 0.116695] ACPI: Added _OSI(Module Device)
    [ 0.116695] ACPI: Added _OSI(Processor Device)
    [ 0.116695] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116695] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117294] ACPI: EC: Look up EC in DSDT
    [ 0.120049] ACPI Warning: Incorrect checksum in table [TAMG] - 0x54, should be 0x53 (20120111/tbutils-321)
    [ 0.120165] ACPI: SSDT 7feee280 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120301] ACPI: Dynamic OEM Table Load:
    [ 0.120304] ACPI: SSDT (null) 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120421] ACPI: SSDT 7feee740 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120549] ACPI: Dynamic OEM Table Load:
    [ 0.120551] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120670] ACPI: Interpreter enabled
    [ 0.120684] ACPI: (supports S0 S3 S4 S5)
    [ 0.120698] ACPI: Using IOAPIC for interrupt routing
    [ 0.124257] ACPI: No dock devices found.
    [ 0.124263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.124307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.124364] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.124366] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.124368] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.124370] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.124372] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.124374] pci_root PNP0A03:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    [ 0.124414] PCI host bridge to bus 0000:00
    [ 0.124416] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.124417] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.124419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.124421] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.124423] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.124424] pci_bus 0000:00: root bus resource [mem 0x7ff00000-0xfebfffff]
    [ 0.124432] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.124468] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.124500] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.124533] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.124570] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    [ 0.124615] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.124652] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    [ 0.124696] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.124733] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    [ 0.124780] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.124795] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.124874] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.124887] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.124945] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.124964] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.125023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125045] pci 0000:00:1c.3: [8086:3a46] type 1 class 0x000604
    [ 0.125104] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.125124] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
    [ 0.125183] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.125203] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.125262] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.125284] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.125320] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
    [ 0.125365] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.125401] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    [ 0.125446] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.125482] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    [ 0.125530] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.125545] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.125621] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.125675] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
    [ 0.125747] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.125750] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.125753] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
    [ 0.125793] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.125806] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.125813] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.125820] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.125827] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.125833] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
    [ 0.125840] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
    [ 0.125880] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.125893] pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    [ 0.125911] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.125939] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.125952] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
    [ 0.125959] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
    [ 0.125965] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
    [ 0.125972] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
    [ 0.125979] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
    [ 0.125985] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
    [ 0.126051] pci 0000:01:00.0: [10de:06e4] type 0 class 0x000300
    [ 0.126060] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.126070] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126079] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.126086] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.126093] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.126141] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.126143] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.126146] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.126149] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126182] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.126238] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.126319] pci 0000:03:00.0: reg 24: [mem 0xfdbfe000-0xfdbfffff]
    [ 0.126378] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.126407] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.126430] pci 0000:03:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.126442] pci 0000:03:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.126455] pci 0000:03:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.126467] pci 0000:03:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.126480] pci 0000:03:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.126557] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.126569] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.126572] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.126575] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.126628] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.126643] pci 0000:04:00.0: reg 10: [io 0xce00-0xceff]
    [ 0.126677] pci 0000:04:00.0: reg 18: [mem 0xfdeff000-0xfdefffff 64bit pref]
    [ 0.126693] pci 0000:04:00.0: reg 20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
    [ 0.126705] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.126764] pci 0000:04:00.0: supports D1 D2
    [ 0.126766] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.133342] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.133348] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.133352] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.133359] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.133422] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.133440] pci 0000:05:00.0: reg 10: [io 0xbe00-0xbeff]
    [ 0.133470] pci 0000:05:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    [ 0.133491] pci 0000:05:00.0: reg 20: [mem 0xfdce0000-0xfdceffff 64bit pref]
    [ 0.133505] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.133572] pci 0000:05:00.0: supports D1 D2
    [ 0.133574] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.140007] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.140013] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.140018] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.140024] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.140061] pci 0000:06:01.0: [4444:0803] type 0 class 0x000400
    [ 0.140081] pci 0000:06:01.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    [ 0.140186] pci 0000:06:07.0: [104c:8024] type 0 class 0x000c00
    [ 0.140208] pci 0000:06:07.0: reg 10: [mem 0xfdaff000-0xfdaff7ff]
    [ 0.140217] pci 0000:06:07.0: reg 14: [mem 0xfdaf8000-0xfdafbfff]
    [ 0.140279] pci 0000:06:07.0: supports D1 D2
    [ 0.140281] pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
    [ 0.140315] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.140320] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.140325] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.140327] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.140329] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.140331] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.140333] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.140334] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.140336] pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (subtractive decode)
    [ 0.140356] pci_bus 0000:00: on NUMA node 0
    [ 0.140359] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.140507] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.140544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.140585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.140618] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.140651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.140755] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.140757] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.140759] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.149257] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.149296] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.149334] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.149372] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149409] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.149447] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149484] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.149521] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.149562] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.149562] vgaarb: loaded
    [ 0.149562] vgaarb: bridge control possible 0000:01:00.0
    [ 0.149562] PCI: Using ACPI for IRQ routing
    [ 0.150838] PCI: pci_cache_line_size set to 64 bytes
    [ 0.150920] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.150922] reserve RAM buffer: 000000007feb0000 - 000000007fffffff
    [ 0.151005] NetLabel: Initializing
    [ 0.151006] NetLabel: domain hash size = 128
    [ 0.151007] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.151016] NetLabel: unlabeled traffic allowed by default
    [ 0.151020] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.151025] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.151029] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.160013] Switching to clocksource hpet
    [ 0.165171] pnp: PnP ACPI init
    [ 0.165185] ACPI: bus type pnp registered
    [ 0.165252] pnp 00:00: [bus 00-3f]
    [ 0.165254] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.165256] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.165257] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.165259] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.165261] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.165263] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.165265] pnp 00:00: [mem 0x7ff00000-0xfebfffff window]
    [ 0.165311] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.165373] pnp 00:01: [io 0x0010-0x001f]
    [ 0.165375] pnp 00:01: [io 0x0022-0x003f]
    [ 0.165376] pnp 00:01: [io 0x0044-0x004d]
    [ 0.165378] pnp 00:01: [io 0x0050-0x005f]
    [ 0.165379] pnp 00:01: [io 0x0062-0x0063]
    [ 0.165381] pnp 00:01: [io 0x0065-0x006f]
    [ 0.165382] pnp 00:01: [io 0x0074-0x007f]
    [ 0.165383] pnp 00:01: [io 0x0091-0x0093]
    [ 0.165385] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.165386] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.165388] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.165390] pnp 00:01: [io 0x0290-0x029f]
    [ 0.165391] pnp 00:01: [io 0x0800-0x0805]
    [ 0.165393] pnp 00:01: [io 0x0290-0x0294]
    [ 0.165394] pnp 00:01: [io 0x0880-0x088f]
    [ 0.165456] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.165458] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.165460] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.165462] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.165464] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.165467] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.165476] pnp 00:02: [dma 4]
    [ 0.165478] pnp 00:02: [io 0x0000-0x000f]
    [ 0.165480] pnp 00:02: [io 0x0080-0x0090]
    [ 0.165481] pnp 00:02: [io 0x0094-0x009f]
    [ 0.165483] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.165508] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.165547] pnp 00:03: [irq 0 disabled]
    [ 0.165555] pnp 00:03: [irq 8]
    [ 0.165557] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.165585] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.165608] pnp 00:04: [io 0x0070-0x0073]
    [ 0.165635] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.165642] pnp 00:05: [io 0x0061]
    [ 0.165669] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.165677] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.165681] pnp 00:06: [irq 13]
    [ 0.165707] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.165798] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.165799] pnp 00:07: [io 0x03f7]
    [ 0.165804] pnp 00:07: [irq 6]
    [ 0.165805] pnp 00:07: [dma 2]
    [ 0.165842] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.165968] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.165973] pnp 00:08: [irq 4]
    [ 0.166025] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.166167] pnp 00:09: [io 0x0378-0x037f]
    [ 0.166171] pnp 00:09: [irq 7]
    [ 0.166215] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.166310] pnp 00:0a: [io 0x0400-0x04cf]
    [ 0.166311] pnp 00:0a: [io 0x04d2-0x04ff]
    [ 0.166357] system 00:0a: [io 0x0400-0x04cf] has been reserved
    [ 0.166359] system 00:0a: [io 0x04d2-0x04ff] has been reserved
    [ 0.166362] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166508] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.166559] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.166561] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166692] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.166694] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.166696] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.166698] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.166699] pnp 00:0c: [mem 0x7feb0000-0x7fefffff]
    [ 0.166701] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.166702] pnp 00:0c: [mem 0x00100000-0x7feaffff]
    [ 0.166704] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.166705] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.166707] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.166709] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.166710] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.166712] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.166713] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.166775] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.166777] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.166779] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.166781] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.166783] system 00:0c: [mem 0x7feb0000-0x7fefffff] could not be reserved
    [ 0.166785] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.166787] system 00:0c: [mem 0x00100000-0x7feaffff] could not be reserved
    [ 0.166790] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.166792] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.166794] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.166796] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.166798] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.166800] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.166802] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.166804] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.166819] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.166857] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.166862] pnp: PnP ACPI: found 14 devices
    [ 0.166863] ACPI: ACPI bus type pnp unregistered
    [ 0.203267] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.203303] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203306] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80100000-0x802fffff]
    [ 0.203309] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203311] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.203314] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.203316] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.203319] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.203321] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.203324] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203338] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.203340] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.203344] pci 0000:00:1c.0: bridge window [mem 0x80100000-0x802fffff]
    [ 0.203348] pci 0000:00:1c.0: bridge window [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203353] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.203355] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.203359] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.203362] pci 0000:00:1c.3: bridge window [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203368] pci 0000:04:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    [ 0.203370] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.203372] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.203376] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.203379] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203385] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc0ffff pref]
    [ 0.203386] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.203389] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.203393] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.203396] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203401] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.203405] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203409] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203426] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.203447] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.203451] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.203452] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.203454] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203456] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203458] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203460] pci_bus 0000:00: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203462] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.203463] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.203465] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203467] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.203469] pci_bus 0000:02: resource 1 [mem 0x80100000-0x802fffff]
    [ 0.203471] pci_bus 0000:02: resource 2 [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203473] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.203475] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
    [ 0.203477] pci_bus 0000:03: resource 2 [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203479] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.203480] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.203482] pci_bus 0000:04: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203484] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
    [ 0.203486] pci_bus 0000:05: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.203488] pci_bus 0000:05: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203490] pci_bus 0000:06: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.203492] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203493] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.203495] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.203497] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203499] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203501] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203502] pci_bus 0000:06: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203527] NET: Registered protocol family 2
    [ 0.203579] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.203743] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.204067] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.204228] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.204230] TCP reno registered
    [ 0.204232] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204239] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204289] NET: Registered protocol family 1
    [ 0.230047] pci 0000:01:00.0: Boot video device
    [ 0.230067] PCI: CLS 4 bytes, default 64
    [ 0.230115] Unpacking initramfs...
    [ 0.265087] Freeing initrd memory: 2620k freed
    [ 0.266068] apm: BIOS not found.
    [ 0.266288] audit: initializing netlink socket (disabled)
    [ 0.266299] type=2000 audit(1335262531.263:1): initialized
    [ 0.266584] highmem bounce pool size: 64 pages
    [ 0.266587] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.268217] VFS: Disk quotas dquot_6.5.2
    [ 0.268265] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.268344] msgmni has been set to 1719
    [ 0.268484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.268509] io scheduler noop registered
    [ 0.268510] io scheduler deadline registered
    [ 0.268515] io scheduler cfq registered (default)
    [ 0.268621] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.268690] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.268767] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.268848] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.268925] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.269038] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    [ 0.269040] vesafb: scrolling: redraw
    [ 0.269042] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.269245] vesafb: framebuffer at 0xf9000000, mapped to 0xf8080000, using 2560k, total 2560k
    [ 0.289257] Console: switching to colour frame buffer device 160x64
    [ 0.309184] fb0: VESA VGA frame buffer device
    [ 0.309220] intel_idle: MWAIT substates: 0x22220
    [ 0.309221] intel_idle: does not run on family 6 model 23
    [ 0.309239] GHES: HEST is not enabled!
    [ 0.309250] isapnp: Scanning for PnP cards...
    [ 0.621201] isapnp: No Plug & Play device found
    [ 0.621251] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.641735] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.662470] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.662752] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.696011] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.696012] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.943424] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.943556] mousedev: PS/2 mouse device common for all mice
    [ 0.943618] rtc_cmos 00:04: RTC can wake from S4
    [ 0.943703] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.943724] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.943743] cpuidle: using governor ladder
    [ 0.943744] cpuidle: using governor menu
    [ 0.943914] TCP cubic registered
    [ 0.944019] NET: Registered protocol family 10
    [ 0.944386] NET: Registered protocol family 17
    [ 0.944389] Registering the dns_resolver key type
    [ 0.944402] Using IPI No-Shortcut mode
    [ 0.944484] PM: Hibernation image not present or could not be loaded.
    [ 0.944488] registered taskstats version 1
    [ 0.944912] rtc_cmos 00:04: setting system clock to 2012-04-24 10:15:32 UTC (1335262532)
    [ 0.944944] Initializing network drop monitor service
    [ 0.944995] Freeing unused kernel memory: 520k freed
    [ 0.945188] Write protecting the kernel text: 3776k
    [ 0.945206] Write protecting the kernel read-only data: 1108k
    [ 0.950321] udevd[37]: starting version 181
    [ 0.975067] usbcore: registered new interface driver usbfs
    [ 0.975086] usbcore: registered new interface driver hub
    [ 0.975403] usbcore: registered new device driver usb
    [ 0.976311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.976358] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.976362] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.976381] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.977405] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.980290] ehci_hcd 0000:00:1a.7: cache line size of 4 is not supported
    [ 0.980307] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    [ 0.981979] SCSI subsystem initialized
    [ 0.987728] libata version 3.00 loaded.
    [ 0.990179] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.991541] ahci 0000:03:00.0: version 3.0
    [ 0.991704] hub 1-0:1.0: USB hub found
    [ 0.991708] hub 1-0:1.0: 6 ports detected
    [ 0.991829] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.991832] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.991839] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
    [ 0.991875] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    [ 0.992004] hub 2-0:1.0: USB hub found
    [ 0.992008] hub 2-0:1.0: 2 ports detected
    [ 0.992104] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.992107] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.992113] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
    [ 0.992140] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    [ 0.992298] hub 3-0:1.0: USB hub found
    [ 0.992301] hub 3-0:1.0: 2 ports detected
    [ 0.992395] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.992398] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.992404] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
    [ 0.992424] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
    [ 0.992562] hub 4-0:1.0: USB hub found
    [ 0.992565] hub 4-0:1.0: 2 ports detected
    [ 0.992630] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.992632] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.992638] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.992666] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    [ 0.992779] hub 5-0:1.0: USB hub found
    [ 0.992782] hub 5-0:1.0: 2 ports detected
    [ 0.992997] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.993000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.993006] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.993032] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    [ 0.993178] hub 6-0:1.0: USB hub found
    [ 0.993181] hub 6-0:1.0: 2 ports detected
    [ 0.993244] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.993247] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.993253] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.993272] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    [ 0.993393] hub 7-0:1.0: USB hub found
    [ 0.993396] hub 7-0:1.0: 2 ports detected
    [ 0.993484] pata_acpi 0000:00:1f.2: setting latency timer to 64
    [ 0.993516] pata_acpi 0000:00:1f.5: setting latency timer to 64
    [ 0.993552] ata_piix 0000:00:1f.2: version 2.13
    [ 0.993561] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.993587] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.994010] scsi0 : ata_piix
    [ 0.994209] scsi1 : ata_piix
    [ 0.994687] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 0.994692] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 0.994722] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.994764] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.995109] scsi2 : ata_piix
    [ 0.995998] scsi3 : ata_piix
    [ 0.996404] ata3: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
    [ 0.996408] ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
    [ 0.996449] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.996452] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.996459] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
    [ 1.000369] ehci_hcd 0000:00:1d.7: cache line size of 4 is not supported
    [ 1.000375] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    [ 1.003374] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.003377] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.003714] scsi4 : ahci
    [ 1.003787] scsi5 : ahci
    [ 1.003874] ata5: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 19
    [ 1.003877] ata6: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 19
    [ 1.003896] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.003923] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.010024] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.010224] hub 8-0:1.0: USB hub found
    [ 1.010228] hub 8-0:1.0: 6 ports detected
    [ 1.266680] Refined TSC clocksource calibration: 2800.098 MHz.
    [ 1.266686] Switching to clocksource tsc
    [ 1.330673] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.330675] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.330708] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.341360] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.573349] usb 7-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.720359] hub 7-2:1.0: USB hub found
    [ 1.722307] hub 7-2:1.0: 4 ports detected
    [ 1.786726] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.786740] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.796725] ata2.00: SATA link down (SStatus 0 SControl 300)
    [ 1.796738] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.807549] ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.816278] ata1.01: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
    [ 1.816282] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.826793] ata1.00: configured for UDMA/100
    [ 1.834352] ata1.01: configured for UDMA/133
    [ 1.835903] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.836204] scsi 0:0:1:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 1.837381] sd 0:0:1:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.837417] sd 0:0:1:0: [sda] Write Protect is off
    [ 1.837419] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.837435] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.842977] ata2.01: HPA detected: current 1250261615, native 1250263728
    [ 1.842984] ata2.01: ATA-8: WDC WD6400AACS-00G8B1, 05.04C05, max UDMA/133
    [ 1.842988] ata2.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.846979] ata2.01: configured for UDMA/133
    [ 1.847098] scsi 1:0:1:0: Direct-Access ATA WDC WD6400AACS-0 05.0 PQ: 0 ANSI: 5
    [ 1.847319] sd 1:0:1:0: [sdb] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
    [ 1.847357] sd 1:0:1:0: [sdb] Write Protect is off
    [ 1.847360] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.847382] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.879393] sda: sda1 sda2 < sda5 sda6 sda7 > sda3 sda4
    [ 1.879836] sd 0:0:1:0: [sda] Attached SCSI disk
    [ 1.959783] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 >
    [ 1.960479] sd 1:0:1:0: [sdb] Attached SCSI disk
    [ 1.960917] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.962994] scsi6 : pata_jmicron
    [ 1.963298] scsi7 : pata_jmicron
    [ 1.963868] ata7: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
    [ 1.963871] ata8: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
    [ 1.964182] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.964185] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.965513] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 1.998314] usb 7-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.184767] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.0/input/input0
    [ 2.184815] generic-usb 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input0
    [ 2.202436] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.1/input/input1
    [ 2.202537] generic-usb 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input1
    [ 2.210716] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.2/input/input2
    [ 2.210787] generic-usb 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input2
    [ 2.210801] usbcore: registered new interface driver usbhid
    [ 2.210802] usbhid: USB HID core driver
    [ 3.022683] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.658594] udevd[149]: starting version 181
    [ 3.749111] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 3.749117] ACPI: Power Button [PWRB]
    [ 3.749172] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 3.749175] ACPI: Power Button [PWRF]
    [ 3.847032] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 3.863476] Linux media interface: v0.10
    [ 3.864344] Marking TSC unstable due to TSC halts in idle
    [ 3.865784] IT8718 SuperIO detected.
    [ 3.865831] ACPI: acpi_idle registered with cpuidle
    [ 3.866042] parport_pc 00:09: reported by Plug and Play ACPI
    [ 3.866083] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 3.866482] Switching to clocksource hpet
    [ 3.898275] iTCO_vendor_support: vendor-support=0
    [ 3.898849] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 3.898919] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
    [ 3.898972] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.917356] Linux agpgart interface v0.103
    [ 3.970494] Floppy drive(s): fd0 is 1.44M
    [ 3.971382] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.971469] r8169 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 3.973433] r8169 0000:04:00.0: eth0: RTL8168c/8111c at 0xf8950000, 00:24:1d:2a:98:49, XID 1c4000c0 IRQ 45
    [ 3.973436] r8169 0000:04:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 3.973494] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.973569] r8169 0000:05:00.0: irq 46 for MSI/MSI-X
    [ 3.974018] r8169 0000:05:00.0: eth1: RTL8168c/8111c at 0xf8998000, 00:1f:d0:81:ab:41, XID 1c4000c0 IRQ 46
    [ 3.974020] r8169 0000:05:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 3.976502] Linux video capture interface: v2.00
    [ 3.976567] ppdev: user-space parallel port driver
    [ 3.986986] FDC 0 is a post-1991 82077
    [ 4.092911] usbcore: registered new interface driver uvcvideo
    [ 4.092913] USB Video Class driver (1.1.1)
    [ 4.093407] firewire_ohci: Added fw-ohci device 0000:06:07.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.117496] lirc_dev: IR Remote Control driver registered, major 249
    [ 4.123010] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.123013] Disabling lock debugging due to kernel taint
    [ 4.139426] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 4.139793] NVRM: loading NVIDIA UNIX x86 Kernel Module 295.40 Thu Apr 5 21:28:09 PDT 2012
    [ 4.141376] bttv: driver version 0.9.19 loaded
    [ 4.141378] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 4.141895] IR NEC protocol handler initialized
    [ 4.158820] IR RC5(x) protocol handler initialized
    [ 4.161235] ivtv: Start initialization, version 1.4.3
    [ 4.161283] ivtv0: Initializing card 0
    [ 4.161284] ivtv0: Autodetected Hauppauge card (cx23415 based)
    [ 4.162012] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
    [ 4.166021] IR RC6 protocol handler initialized
    [ 4.211259] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
    [ 4.211692] IR JVC protocol handler initialized
    [ 4.220218] tveeprom 1-0050: Hauppauge model 48132, rev K268, serial# 9950569
    [ 4.220220] tveeprom 1-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
    [ 4.220223] tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
    [ 4.220224] tveeprom 1-0050: audio processor is MSP4448 (idx 27)
    [ 4.220226] tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
    [ 4.220228] tveeprom 1-0050: has radio, has IR receiver, has no IR transmitter
    [ 4.220230] ivtv0: Autodetected Hauppauge WinTV PVR-350
    [ 4.301205] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 4.327025] IR Sony protocol handler initialized
    [ 4.352604] IR SANYO protocol handler initialized
    [ 4.353105] saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
    [ 4.361735] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.377224] IR MCE Keyboard/mouse protocol handler initialized
    [ 4.379125] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.379251] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.379362] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.379473] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.379583] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.379693] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.379803] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.379913] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 4.433935] IR LIRC bridge handler initialized
    [ 4.593456] firewire_core: created device fw0: GUID 00427c790000241d, S400
    [ 4.605356] saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
    [ 4.847635] i2c-core: driver [msp3400] using legacy suspend method
    [ 4.847637] i2c-core: driver [msp3400] using legacy resume method
    [ 4.858881] msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
    [ 4.858883] msp3400 1-0040: msp3400 supports radio, mode is autodetect and autoselect
    [ 4.892295] i2c-core: driver [tuner] using legacy suspend method
    [ 4.892297] i2c-core: driver [tuner] using legacy resume method
    [ 4.914640] tda9887 1-0043: creating new instance
    [ 4.914642] tda9887 1-0043: tda988[5/6/7] found
    [ 4.915701] tuner 1-0043: Tuner 74 found with type(s) Radio TV.
    [ 4.916868] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
    [ 4.918126] lirc_i2c: chip found @ 0x18 (Hauppauge IR)
    [ 4.918199] i2c ir driver 1-0018: lirc_dev: driver lirc_i2c registered at minor = 0
    [ 4.924857] tuner-simple 1-0061: creating new instance
    [ 4.924860] tuner-simple 1-0061: type set to 47 (LG NTSC (TAPE series))
    [ 4.938880] ivtv0: Registered device video0 for encoder MPG (4096 kB)
    [ 4.938913] ivtv0: Registered device video32 for encoder YUV (2048 kB)
    [ 4.938944] ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
    [ 4.938975] ivtv0: Registered device video24 for encoder PCM (320 kB)
    [ 4.939009] ivtv0: Registered device radio0 for encoder radio
    [ 4.939040] ivtv0: Registered device video16 for decoder MPG (1024 kB)
    [ 4.939072] ivtv0: Registered device vbi8 for decoder VBI (64 kB)
    [ 4.939101] ivtv0: Registered device vbi16 for decoder VOUT
    [ 4.939131] ivtv0: Registered device video48 for decoder YUV (1024 kB)
    [ 4.939133] ivtv0: Initialized card: Hauppauge WinTV PVR-350
    [ 4.939147] ivtv: End initialization
    [ 5.588685] ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    [ 5.605080] ivtv0: Loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
    [ 5.803694] ivtv0: Encoder revision: 0x02060039
    [ 5.803817] ivtv0: Decoder revision: 0x02020023
    [ 5.887242] ivtv0: Loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
    [ 6.536711] EXT4-fs (sda6): re-mounted. Opts: user_xattr
    [ 6.698002] EXT4-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.698239] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.747502] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 6.748386] SGI XFS Quota Management subsystem
    [ 6.749002] XFS (sdb11): Mounting Filesystem
    [ 6.859760] XFS (sdb11): Ending clean mount
    [ 6.874309] EXT4-fs (sdb12): mounting ext3 file system using the ext4 subsystem
    [ 6.907592] EXT4-fs (sdb12): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.908028] EXT4-fs (sdb12): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.952816] EXT4-fs (sdb8): mounting ext3 file system using the ext4 subsystem
    [ 6.968115] EXT4-fs (sdb8): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.968383] EXT4-fs (sdb8): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.039094] EXT4-fs (sdb9): mounting ext3 file system using the ext4 subsystem
    [ 7.054659] EXT4-fs (sdb9): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.054942] EXT4-fs (sdb9): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.066008] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
    [ 7.077812] EXT4-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.078217] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: user_xattr
    [ 7.089318] Adding 2096444k swap on /dev/sda5. Priority:-1 extents:1 across:2096444k
    [ 8.551413] r8169 0000:04:00.0: eth0: link down
    [ 8.551420] r8169 0000:04:00.0: eth0: link down
    [ 8.551554] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.165331] r8169 0000:04:00.0: eth0: link up
    [ 10.165539] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 20.243339] eth0: no IPv6 routers present
    [ 124.829802] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
    [ 124.831186] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
    [ 124.831192] NVRM: rm_init_adapter(0) failed
    [ 125.506419] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
    [ 125.507795] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
    [ 125.507801] NVRM: rm_init_adapter(0) failed
    Xorg.0.log:
    [ 123.542]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 123.542] X Protocol Version 11, Revision 0
    [ 123.542] Build Operating System: Linux 3.2.2-1-ARCH i686
    [ 123.542] Current Operating System: Linux intel-arch 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686
    [ 123.542] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 123.543] Build Date: 29 January 2012 03:41:53PM
    [ 123.543]
    [ 123.543] Current version of pixman: 0.24.4
    [ 123.543] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 123.543] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 123.544] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 24 10:17:35 2012
    [ 123.544] (==) Using config file: "/etc/X11/xorg.conf"
    [ 123.544] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 123.545] (==) ServerLayout "Layout0"
    [ 123.545] (**) |-->Screen "Screen0" (0)
    [ 123.545] (**) | |-->Monitor "Monitor0"
    [ 123.546] (**) | |-->Device "Device0"
    [ 123.546] (**) |-->Screen "Screen1" (1)
    [ 123.546] (**) | |-->Monitor "Monitor1"
    [ 123.546] (**) | |-->Device "Device1"
    [ 123.546] (**) |-->Input Device "Keyboard0"
    [ 123.546] (**) |-->Input Device "Mouse0"
    [ 123.546] (**) Option "Xinerama" "0"
    [ 123.546] (==) Automatically adding devices
    [ 123.546] (==) Automatically enabling devices
    [ 123.555] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 123.555] Entry deleted from font path.
    [ 123.555] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 123.555] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 123.555] (**) Extension "Composite" is enabled
    [ 123.555] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 123.555] (WW) Disabling Keyboard0
    [ 123.555] (WW) Disabling Mouse0
    [ 123.555] (II) Loader magic: 0x8228580
    [ 123.555] (II) Module ABI versions:
    [ 123.555] X.Org ANSI C Emulation: 0.4
    [ 123.555] X.Org Video Driver: 11.0
    [ 123.555] X.Org XInput driver : 13.0
    [ 123.555] X.Org Server Extension : 6.0
    [ 123.556] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 123.556] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 123.556] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 123.556] (II) LoadModule: "extmod"
    [ 123.588] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 123.593] (II) Module extmod: vendor="X.Org Foundation"
    [ 123.593] compiled for 1.11.4, module version = 1.0.0
    [ 123.593] Module class: X.Org Server Extension
    [ 123.593] ABI class: X.Org Server Extension, version 6.0
    [ 123.593] (II) Loading extension MIT-SCREEN-SAVER
    [ 123.593] (II) Loading extension XFree86-VidModeExtension
    [ 123.593] (II) Loading extension XFree86-DGA
    [ 123.593] (II) Loading extension DPMS
    [ 123.593] (II) Loading extension XVideo
    [ 123.593] (II) Loading extension XVideo-MotionCompensation
    [ 123.593] (II) Loading extension X-Resource
    [ 123.593] (II) LoadModule: "dbe"
    [ 123.593] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 123.601] (II) Module dbe: vendor="X.Org Foundation"
    [ 123.601] compiled for 1.11.4, module version = 1.0.0
    [ 123.601] Module class: X.Org Server Extension
    [ 123.601] ABI class: X.Org Server Extension, version 6.0
    [ 123.601] (II) Loading extension DOUBLE-BUFFER
    [ 123.601] (II) LoadModule: "glx"
    [ 123.601] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 123.651] (II) Module glx: vendor="NVIDIA Corporation"
    [ 123.651] compiled for 4.0.2, module version = 1.0.0
    [ 123.651] Module class: X.Org Server Extension
    [ 123.651] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
    [ 123.651] (II) Loading extension GLX
    [ 123.651] (II) LoadModule: "record"
    [ 123.651] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 123.652] (II) Module record: vendor="X.Org Foundation"
    [ 123.652] compiled for 1.11.4, module version = 1.13.0
    [ 123.652] Module class: X.Org Server Extension
    [ 123.652] ABI class: X.Org Server Extension, version 6.0
    [ 123.652] (II) Loading extension RECORD
    [ 123.652] (II) LoadModule: "dri"
    [ 123.652] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 123.663] (II) Module dri: vendor="X.Org Foundation"
    [ 123.663] compiled for 1.11.4, module version = 1.0.0
    [ 123.663] ABI class: X.Org Server Extension, version 6.0
    [ 123.663] (II) Loading extension XFree86-DRI
    [ 123.663] (II) LoadModule: "dri2"
    [ 123.663] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 123.664] (II) Module dri2: vendor="X.Org Foundation"
    [ 123.664] compiled for 1.11.4, module version = 1.2.0
    [ 123.664] ABI class: X.Org Server Extension, version 6.0
    [ 123.664] (II) Loading extension DRI2
    [ 123.664] (II) LoadModule: "nvidia"
    [ 123.664] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.698] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 123.698] compiled for 4.0.2, module version = 1.0.0
    [ 123.698] Module class: X.Org Video Driver
    [ 123.723] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
    [ 123.725] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 123.726] (--) using VT number 7
    [ 123.748] (II) Loading sub module "fb"
    [ 123.748] (II) LoadModule: "fb"
    [ 123.748] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.757] (II) Module fb: vendor="X.Org Foundation"
    [ 123.757] compiled for 1.11.4, module version = 1.0.0
    [ 123.757] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 123.757] (II) Loading sub module "wfb"
    [ 123.757] (II) LoadModule: "wfb"
    [ 123.757] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.758] (II) Module wfb: vendor="X.Org Foundation"
    [ 123.758] compiled for 1.11.4, module version = 1.0.0
    [ 123.758] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 123.758] (II) Loading sub module "ramdac"
    [ 123.758] (II) LoadModule: "ramdac"
    [ 123.758] (II) Module "ramdac" already built-in
    [ 123.760] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.760] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.760] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.770] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 123.770] (==) NVIDIA(0): RGB weight 888
    [ 123.770] (==) NVIDIA(0): Default visual is TrueColor
    [ 123.770] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 123.770] (**) NVIDIA(0): Option "TwinView" "0"
    [ 123.770] (**) NVIDIA(0): Option "MetaModes" "CRT: nvidia-auto-select +0+0"
    [ 123.770] (**) NVIDIA(0): Option "Coolbits" "1"
    [ 123.770] (**) NVIDIA(0): Option "TripleBuffer" "false"
    [ 123.770] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
    [ 123.771] (**) NVIDIA(0): Enabling 2D acceleration
    [ 124.831] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 124.831] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 124.831] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 124.831] (EE) NVIDIA(0): README for additional information.
    [ 124.831] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 124.831] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 124.831] (==) NVIDIA(1): RGB weight 888
    [ 124.831] (==) NVIDIA(1): Default visual is TrueColor
    [ 124.831] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 124.831] (**) N

  • [Solved] Black screen - Installation issues on Dell Inspiron 1720

    Hi,
    I'm new to Archlinux, and i want to post my experience/issues of my first installation:
    I performance the core installation (base + devel packages and wireless tools as extra package)
    relevant hardware/drivers used:
    b44 for broadcom nic (wired)
    iwl3945 for my wireless nic
    intel g965 graphics card (intel GM965 express chipset - xf86-video-intel driver)
    Installation went ok till i had to upgrade the system:
    pacman -Suy (after package synchronization)
    glibc: /usr/bin/tzselect exists in filesystem
    glibc: /usr/sbin/zdump exists in filesystem
    glibc: /usr/sbin/zic exists in filesystem
    After some research on the wiki i found that i had to query the packages to know if those files are owned by a program or not (if no pakcage owns those i could remove them, but it was not the case)
    pacman -Qo tzselect
    pacman -Qo zdump
    pacman -Qo zic
    All were owned by the package tzdata:
    so i reinstalled the package tzdata:
    pacman -S tzdata
    Has this to be filed as a bug or is this a stupid newbie error? (did the installation on a virtual machine, on a laptop (twice) and always got this error)
    After that i was able to upgrade the system.
    Following that i installed the video card drivers:
    pacman -S xf86-video-intel and i rebooted the system.
    After reboot i got the grub screen, booted the system and got a black screen (last thing i saw as something like loading udevevents..)
    Googling again and looking the forums here, i read that i had to chroot my environment and update the system again (pacman -Suy -> which did not help).
    Soo after some more searching i found 2 things:
    - https://wiki.archlinux.org/index.php/KM … odesetting  : i added this in menu.lst: nomodeset
    - i blacklisted the intel driver
    Rebooted and i my graphics were working again.
    So later on i'll test if the parameter solved my problem, or blacklisting the driver.
    - i'll unblacklist the driver and reboot -> if it works then i know it's that parameter
    - if not ok, i'll blacklist the driver and remove the parameter from the menu.lst
    I hope to find what's causing the issue.
    Anyone having issues with the intel driver?
    Thanks for sharing your experience/info.
    Last edited by Manuuz (2012-05-12 13:12:54)

    Getting a little bit further, it requires a lot of configuration to get what you want..
    - I just installed fluxbox
    - added my user to the sudo group (allowing to reboot)
    - installed Slim
    What's i've noticed also is that when you select an interface in etc/rc.conf, for example, eth0, and it's not connected at bootup, you lose like 10 seconds before the boot process proceeds.
    If you out-comment that line, you get a red line (error) saying that no interface is definded.
    I guess i'll just have to disable the network daemon at startup and install some kind of network connection manager for my wireless at logon.

  • Dynamic Local User Issue

    When i look at snapins thru consoleone i can see that Zenwork 7.0.1 snapin is installaed.
    I have Novell Client 4.91 SP5 and Zenwork Client 7.0.173.91015 installed on the clients running WinXP Pro SP3.
    There is different of failures that happens..
    Senario 1:
    I install a Latitude D610 with a WinXP Pro SP3 original CD, from scratch. I only install the drivers for the LAN-card to get access to the network. I do not update windows updates etc.
    I install the Novell Client 4.91 SP5, after that i install Zenwork Client 7.0.173.91015. And apply some registry settings to make the novell client to use the "tab-function" and hide advanced settings etc..
    I have my eDir user "ADMIN1" with the policy package with settings to Dynamic Local User set to create a local user with name Admin, but im not using volatile user. So the local windows user Admin will be saved when logged out.
    I login once with my Admin1 user, it creates the local profile Admin from Default User (with the help of Zenworks, and the policy Dynamic Local User?). I restart the computer and login again, and the local profile Admin craches and create a new one from Default User but this local user profile is namned Admin.Computername.
    Ive tested this with atleast four other computers (different hardware) so it cant be a driver issue.
    Ive looked thru the local logs, and i cant find anything about any problem with reading the NTUSER.DAT as could be a problem to load the local profile.
    I even tested this senario when i update all windows updates etc, with two different version of the zenworks client and so on. ive been testning this for like 100 times now atleast. and same failure is happening. Ive even tested this in a virtual environment (vmware workstation).
    Senari 2:
    Like the problem descried above, in some cases it loss the connection or something with the zenwork server side and the zenwork client on the client computer... Since it does not attempt to use the settings from Dynamic Local User, becuase i got the windows login window, and i have to login to an already existing windows local account (with otherwords i cant login to the Admin-profile since i dont know the login information to this account since its created by zenworks / dynamic local user settings, and from the settings there you cant set a password, just the name and role of the windows accout that should be created)..
    And after a while i try again, and then the settings from Dynamic Local User passes by and log into the, (let me say) Zenworks created local user profile (set by Dynamic Local User settings).
    I wanna mention that all computers thats old, no reinstallation.. I can login to without problem, without any crashes of the Windows Local Profile.
    Ive succeded once without any Windows Local profile crash, rebooted this computer over and over again, and no failure. If you succed twice, it seems like its fine. But then i reinstalled this computer, just like i did to make it success. But this time it failed on the second try, and got a crashed profile....
    Its kinda old hardware to the server where i have my Zenworks, could that be the case? Could it be some timeouts?
    The concults i use to fix some problems in our environment updated zenworks from the serverside just before christmans.. Could it be any problems with some windows patch etc?
    Any help would be appreciated!
    // Jokohanho

    > installed on the clients running WinXP Pro SP3.
    <snip>
    > I restart the computer and login again, and the local
    > profile Admin craches and create a new one from Default User but this
    > local user profile is namned Admin.Computername.
    I only know of one XP SP3 issue that could cause this, but it involves a pw
    change and RP:
    "When you try to log on to a Windows XP SP3-based computer by using a
    roaming profile, the roaming profile cannot load."
    http://support.microsoft.com/kb/958058
    Regards
    Rolf Lidvall
    Swedish Radio (Ltd)

  • [SOLVED] mpd and sonata issue

    Hi again!
    I've installed mpd and sonata but i don't see my library in sonata .
    This is my /etc/mpd.conf file
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/home/andreas/Downloads"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    #playlist_directory "~/.mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "mpd"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    #bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    #port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    #audio_output {
    # type "alsa"
    # name "My ALSA Device"
    ## device "hw:0,0" # optional
    ## format "44100:16:2" # optional
    ## mixer_device "default" # optional
    ## mixer_control "PCM" # optional
    ## mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Volume control mixer ########################################################
    # These are the global volume control settings. By default, this setting will
    # be detected to the available audio output device, with preference going to
    # hardware mixing. Hardware and software mixers for individual audio_output
    # sections cannot yet be mixed.
    # An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
    # setting is used other sound applications will be affected by the volume
    # being controlled by MPD.
    #mixer_type "hardware"
    # An example for controlling all mixers through software. This will control
    # all controls, even if the mixer is not supported by the device and will not
    # affect any other sound producing applications.
    #mixer_type "software"
    # This example will not allow MPD to touch the mixer at all and will disable
    # all volume controls.
    #mixer_type "disabled"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "album" or "track". See <http://www.replaygain.org> for more
    # details. This setting is disabled by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting. After modification of this setting mpd
    # --create-db must be run to change the database.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    I've add the mpd daemon in rc.conf and i've chosen my directory /home/andreas/Downloads in sonata .Also i put mpd:ALL to etc/hosts.allow
    Sonata connects fine to the server but i can't see my libary .
    What might be the issue ?
    Thanks again
    Last edited by shak (2010-06-10 11:27:13)

    If you continue to have issues with permissions, the solution i use is to simply run MPD as my normal user, storing all the necessary directories and files under ~/.mpd and just pointing it at the config file I stuck there:
    $ mpd ~/.mpd/config
    No more permissions issues! There's an explanation of this in the wiki.

Maybe you are looking for

  • Reader and Windows 8.1 FULL SCREEN?

    Is there a way to view a document in Reader and Windows 8.1 other than on FULL SCREEN.  In previous versions, I could look at a.pdf file while working on another file on my computer screen.  This allowed me to get info from the .pdf file and input in

  • SQL Developer SVN Authentication Loop

    Hi All, I am using SQLDeveloper 1.5.1 and I have been excited for the SVN functionality since SQLDeveloper was released. When I connect to my svn repository, if I test the read access - the authentication prompt for the password just keeps popping up

  • Set optional field item category text in component material in PO Subcont

    Hi experts, I would like to set field item category text (MDSB-POSTP) in PO subcont - component material. could anyone help me with the IMG configuration steps? Thanks rgds,

  • Double sql statements in JSP..HELP...

    When I use this code in a single JSP file it doesn't update the database....I guess there is something wrong with this....There is no error but in JSP but It doesn't update....Need help guys.... String SQLStatement = "select * from test, test1"; Stri

  • Prepare for SCJP1.5

    Hi i m pallavi wanted to prepare for SCJP1.5.can u ppl please send me some materials of SCJP1.5 at [email protected] Thanks in advance.