Evolution slow network related tasks

Hello,
for some reason, evolution is very slow for me. I'm not talking about GUI sluggishness (opening windows and mails, etc.) but about network related tasks:
1. Receiving and sending mails takes a long time, sometimes gets time-out
2. Moving them in folders also. (especially between servers)
3. Most of the time, the 'taskbar' (evolution's current activity) is full of tasks like: 'Scanning ...' 'Fetching ...' 'Refreshing ...' 'Retrieving folder list ...' 'Retrieving quota information ...'
4. Usually, after time, it notifies me about some failed pings.
Evolution version: 3.10.4
I'm using IMAP and SMTP (IMAP+, but I'm not sure what exactly that is).
Multiple accounts on different servers (including gmail). Outside evolution, my network connection speed much better.
Quite often, evolution crashes with segfault. (tasks like: updating account settings, moving mails into different folder).
I use MATE.
On an unrelated note: it asks me to unlock my keyring once for every account.
Thanks for any help.
Last edited by skyer (2014-02-18 08:13:43)

Not really, I have nothing to do with Exchange.
I'm using thunderbird at the moment, but I find it somewhat chaotic and disorganized.
The only usable thing that comes from evolution's shell output are few Gtk error and missing Bogofilter, to be specific
(evolution:3936): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(evolution:3936): evolution-bogofilter-WARNING **: Bogofilter: Unexpected exit code (3) while registering ham
(evolution:3936): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.

Similar Messages

  • Azure Webjobs with EF DB - A network-related or instance-specific error occurred while establishing a connection to SQL Server

    Hi,
    I have been trying to get a very simple WebJob developed and deployed onto Azure with little to no luck.  I have a MVC Website which has a common project which handles my Data Access Layer with Entity Framework.  I have created a WebJob project
    using Visual Studio and added the following lines of code to the Manual Trigger Function
    [NoAutomaticTrigger]
    public static void ManualTrigger(TextWriter log, int value, [Queue("queue")] out string message)
    RitualDBEntities db = new RitualDBEntities();
    log.WriteLine("Function is invoked with value={0}", value);
    List<Location> locations = db.Locations.ToList();
    string msg = string.Empty;
    foreach (Location location in locations)
    msg += location.Name;
    message = msg;
    log.WriteLine("Following message will be written on the Queue={0}", message);
    In my app.config of my WebJob i have the following connection strings:
    <add name="RitualDBEntities" connectionString="metadata=res://*/RitualDBEntities.csdl|res://*/RitualDBEntities.ssdl|res://*/RitualDBEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=ritual-pc\sqlexpress;initial catalog=RitualDB;integrated security=True;persist security info=False;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
    <add name="RitualContext" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=RitualDB;Data Source=ritual-pc\sqlexpress" providerName="System.Data.SqlClient" />
    <add name="AzureWebJobsDashboard" connectionString="DefaultEndpointsProtocol=https;AccountName=ritual***;AccountKey=tQAP0gyMYKtWPJeIbsqk2iT2k69gyd1FwcyRf3+5Mc9b9EdYzpj0Dq8X2VHUmF*****"/>
    <add name="AzureWebJobsStorage" connectionString="DefaultEndpointsProtocol=https;AccountName=ritual***;AccountKey=tQAP0gyMYKtWPJeIbsqk2iT2k69gyd1FwcyRf3+5Mc9b9EdYzpj0Dq8X2VHUmF*****" />
    When i test locally (F5 Debugging) the webjob runs successfully and does the loop of the objects returned from the database.  When i deploy this Azure the WebJob fails with the following error:
    [03/29/2015 22:07:39 > 6ca05b: SYS INFO] Status changed to Initializing
    [03/29/2015 22:07:41 > 6ca05b: SYS INFO] Run script 'Ritual.WebJobs.Members.exe' with script host - 'WindowsScriptHost'
    [03/29/2015 22:07:41 > 6ca05b: SYS INFO] Status changed to Running
    [03/29/2015 22:07:44 > 6ca05b: INFO] Found the following functions:
    [03/29/2015 22:07:44 > 6ca05b: INFO] Ritual.WebJobs.Members.Functions.ManualTrigger
    [03/29/2015 22:07:44 > 6ca05b: INFO] Executing: 'Functions.ManualTrigger' because This was function was programmatically called via the host APIs.
    [03/29/2015 22:08:01 > 6ca05b: INFO] Function had errors. See Azure WebJobs SDK dashboard for details. Instance id is e99d7205-3ca0-4674-9414-f0381d5c2316
    [03/29/2015 22:08:01 > 6ca05b: ERR ]
    [03/29/2015 22:08:01 > 6ca05b: ERR ] Unhandled Exception: System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<Open>b__36(DbConnection t, DbConnectionInterceptionContext c)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.<Open>b__2()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass1.<Execute>b__0()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Action operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of inner exception stack trace ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Ritual.WebJobs.Members.Functions.ManualTrigger(TextWriter log, Int32 value, String& message)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at lambda_method(Closure , Object[] )
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.VoidInvoker.InvokeAsync(Object[] arguments)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithWatchersAsync>d__23.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithOutputLogsAsync>d__1c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithLogMessageAsync>d__c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithLogMessageAsync>d__c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<TryExecuteAsync>d__1.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.ExceptionDispatchInfoDelayedException.Throw()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.JobHost.<CallAsyncCore>d__7.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.JobHost.Call(MethodInfo method, Object arguments)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Ritual.WebJobs.Members.Program.Main()
    [03/29/2015 22:08:01 > 6ca05b: SYS INFO] Status changed to Failed
    [03/29/2015 22:08:01 > 6ca05b: SYS ERR ] Job failed due to exit code -532462766
    If i remove any of my database code and use just the basic Stub code my webjob will run successfully so i know that my connection strings (outside of the DB ones) are correct.  My MVC web application also runs perfectly using the same connection strings
    in Azure so i also know that they have also been configured.  
    I am now lost and need some guidance, so if someone is able to assist me that would be much appreciated.
    Thanks
    Ritual.

    Can you try to log the connection string you are using in both cases to make sure they are the same?
    Also can you share your site name, either directly or indirectly?
    This will help us investigate.
    Thanks,
    Amit

  • "Network-related or instance specific error", Works OK for Administrator

    I've been handed a legacy .Net Windows application that was previously used on Windows XP, and asked to debug a few problems encountered on Windows 7 clients.  The original developers are all gone.  I'm down to only a single
    error -- a seemingly common one: 
    "A network related or instance-specific error occurred while establishing
    a connection to SQL Server. The server was not found or was not
    accessible. Verify that the instance name is correct and that SQL Server
    is configured to allow remote connections. (provider: Named Pipes
    Provider, error: 40 - Could not open a connection to SQL Server)"
    Curiously, this error only occurs for ordinary users.  When the application is started using "Run as Administrator" it connects to the database immediately.  We believe we can configure the app to always start as an administrator,
    but obviously we'd like to run it without that if we can.  However, I haven't seen any good suggestions why the database connection would only fail this one way.
    Any ideas?  I've seen at least one troubleshooting guide that suggested trying with Run as Administrator, but it didn't say how to proceed if that fixes it.  Am I just supposed to stop at this point?  If I was having a UI problem I might understand
    that some old apps just aren't going to work in Windows 7, but this is just connecting to the database.  Seems like we should be able to do this.  I just don't know what to check.
    Thanks in advance.
    EDIT:
    I have looked more closely at this, and perhaps there are more clues.  I use the same user account to log on to two Win7 machines. One is a developer workstation with VS10 installed. The other is representative of a client workstation the app will
    run on. My user account is actually an administrator on both machines.
    At runtime we invoke advapi32.dll logonuser impersonation to logon to SQL server with a dedicated account.
    What we're seeing is that I can run the app freely on the developer workstation.  Even with UAC on, and even if I am not using "run as administrator".  This may point to something about how the SQL drivers/provider are installed
    on that machine.
    When I run on the regular user workstation, even though I am an administrator myself, I must "run as administrator" to launch it. And when I do, I get a UAC prompt.  When we turn UAC off, of course, the app runs fine.

    Hi,
    I think you are in the similar case with:
    http://support.microsoft.com/kb/2009672
    By default SSIS always uses the low privileged token resulting in a failure when connecting to a SQL Destination. Full administrator access token is required in your case.
    Unlike earlier versions of Windows, when an administrator logs on to a computer running Windows 7 or Windows Vista, the user’s full administrator access token is split into two access tokens:
    a full administrator access token and a standard user access token.
    During the logon process, authorization and access control components that identify an administrator are removed, resulting in a standard user access token. The standard user access token is then used to start the desktop, the Explorer.exe process. Because
    all applications inherit their access control data from the initial launch of the desktop, they all run as a standard user.
    After an administrator logs on, the full administrator access token is not invoked until the user attempts to perform an administrative task. When a standard user logs on, only a standard user access token is created. This standard user access token is then
    used to start the desktop.
    To get around this, you may configure an application to always run elevated.
    http://technet.microsoft.com/en-us/library/cc709691%28WS.10%29.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Very slow network throughput since 2-3 days ago

    I've been having very slow network throughput since 2-3 days ago, with no apparent reason.
    I see (from what I can tell) no relevant package updates during that period.
    Connections are nfs v3 shares, over UTP cat5e gigabit ethernet.
    I've been running this setup for many years now, without such issues.
    But now, it's as if throughput is capped around 100Mbps.
    Is there a way to see - if for some reason - a network adapter has locked to 100Mbps, instead of 1Gbps?
    ifconfig does not say anything.
    PS: netstat -i does not report any errors over the connection.
    Last edited by wantilles (2011-04-12 15:25:52)

    experiencing the same issue with my wlan0 since update to kernel2.6.38 yesterday night.
    Speed tests grant me a download speed of around 50kbps. Should be around some mbit though! How do I find out, why it's acting so slow?
    edit: switched to win7 for the moment. Everything is speedy and normal around here. Something is seriously broken in my arch box!
    Can this be related to xorg-server1.10.902 or kernel2.6.38? It would also explain the strange issues with pacman lately (like this https://bbs.archlinux.org/viewtopic.php?id=116429 or this https://bbs.archlinux.org/viewtopic.php?id=116696).
    More people seem to experience the network issue: https://bbs.archlinux.org/viewtopic.php?id=116738
    Any insights?
    edit#2: Just got back from win7. Upload speed in Arch is quite okay. Download speed is extremely fucked though. I wonder why? At least now I know why pacman has problems getting package upgrades, etc.
    How do I fix a problem with the wlan0 connection? Haven't had any of those before with gnome and Networkmanager. I'm using the ath9k module.
    My rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Berlin"
    KEYMAP="de"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    MODULES=(ath9k snd_hda_intel snd_hda_codec snd_hda_codec_idt snd_hwdep snd_pcm snd_seq snd_seq_device snd_timer fuse nvidia loop vboxdrv !vboxnetflt !vboxnetadp !vboxguest !vboxsf vboxvideo acpi_cpufreq cpufreq_powersave cpufreq_ondemand !snd_mixer_oss !snd_seq_oss !snd_pcm_oss !snd_pcsp wacom)
    #MODULES=(!snd_mixer_oss !snd_seq_oss !snd_pcm_oss !snd_pcsp !vboxnetflt !vboxnetadp !vboxguest !vboxsf)
    #MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="davelab"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    # vboxnetflt
    eth0="eth0 192.168.0.6 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(!eth0 !wlan0 !lo)
    #WIRELESS_INTERFACE="wlan0"
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng laptop-mode cpufreq dbus !hal networkmanager !fam !avahi-daemon samba !smbnetfs cups !webmin alsa !mpd crond bluetooth xinetd sensors clamav ntpd !privoxy !tor httpd !tomcat7 mysqld !iptables)
    dmesg output:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 (GCC) ) #1 SMP PREEMPT Wed Mar 30 08:47:36 CEST 2011
    Command line: root=/dev/sda3 ro resume=/dev/sda3 5
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000008fec0000 (usable)
    BIOS-e820: 000000008fec0000 - 000000008fecf000 (ACPI data)
    BIOS-e820: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
    BIOS-e820: 000000008fee5000 - 00000000a0000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 0000000160000000 (usable)
    NX (Execute Disable) protection: active
    DMI present.
    DMI: Dell Inc. Studio XPS 1340/ , BIOS A14 03/25/2010
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x160000 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-C7FFF write-protect
    C8000-DBFFF uncachable
    DC000-EFFFF write-through
    F0000-FFFFF write-back
    MTRR variable ranges enabled:
    0 base 0A0000000 mask FE0000000 uncachable
    1 base 0C0000000 mask FC0000000 uncachable
    2 base 000000000 mask F00000000 write-back
    3 base 100000000 mask FC0000000 write-back
    4 base 140000000 mask FE0000000 write-back
    5 base 09FF00000 mask FFFF00000 uncachable
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 000000009ff00000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0x8fec0 max_arch_pfn = 0x400000000
    found SMP MP-table at [ffff8800000f7b50] f7b50
    initial memory mapped : 0 - 20000000
    init_memory_mapping: 0000000000000000-000000008fec0000
    0000000000 - 008fe00000 page 2M
    008fe00000 - 008fec0000 page 4k
    kernel direct mapping tables up to 8fec0000 @ 8febb000-8fec0000
    init_memory_mapping: 0000000100000000-0000000160000000
    0100000000 - 0160000000 page 2M
    kernel direct mapping tables up to 160000000 @ 15fff9000-160000000
    RAMDISK: 37e56000 - 37ff0000
    ACPI: RSDP 00000000000f7b20 00024 (v02 PTLTD )
    ACPI: XSDT 000000008fec37f6 000A4 (v01 DELL QA09 06040000 LTP 00000000)
    ACPI: FACP 000000008fecec04 000F4 (v03 NVIDIA MCP79 06040000 PTL_ 000F4240)
    ACPI: DSDT 000000008fec5388 09808 (v01 NVIDIA MCP79 06040000 MSFT 03000001)
    ACPI: FACS 000000008fee4fc0 00040
    ACPI: MCFG 000000008fececf8 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    ACPI: HPET 000000008feced34 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    ACPI: APIC 000000008feced6c 00072 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    ACPI: BOOT 000000008fecedde 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: SLIC 000000008fecee06 00176 (v01 DELL QA09 06040000 LTP 00000000)
    ACPI: OSFR 000000008fecef7c 00084 (v01 DELL DELL 06040000 ASL 00000061)
    ACPI: SSDT 000000008fec5129 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec5083 000A6 (v01 PmRef Cpu7Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4fdd 000A6 (v01 PmRef Cpu6Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4f37 000A6 (v01 PmRef Cpu5Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4e91 000A6 (v01 PmRef Cpu4Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4deb 000A6 (v01 PmRef Cpu3Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4d45 000A6 (v01 PmRef Cpu2Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4c9f 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec389a 01405 (v01 PmRef CpuPm 00003000 INTL 20050228)
    ACPI: Local APIC address 0xfee00000
    No NUMA configuration found
    Faking a node at 0000000000000000-0000000160000000
    Initmem setup node 0 0000000000000000-0000000160000000
    NODE_DATA [000000015fffb000 - 000000015fffffff]
    [ffffea0000000000-ffffea0004dfffff] PMD -> [ffff88015c200000-ffff88015f7fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00160000
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000010 -> 0x0000009d
    0: 0x00000100 -> 0x0008fec0
    0: 0x00100000 -> 0x00160000
    On node 0 totalpages: 982605
    DMA zone: 56 pages used for memmap
    DMA zone: 6 pages reserved
    DMA zone: 3919 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 571128 pages, LIFO batch:31
    Normal zone: 5376 pages used for memmap
    Normal zone: 387840 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x10dea301 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 40
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    PM: Registered nosave memory: 00000000000d4000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    PM: Registered nosave memory: 000000008fec0000 - 000000008fecf000
    PM: Registered nosave memory: 000000008fecf000 - 000000008fee5000
    PM: Registered nosave memory: 000000008fee5000 - 00000000a0000000
    PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000
    PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
    PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    PM: Registered nosave memory: 00000000fee01000 - 00000000fff80000
    PM: Registered nosave memory: 00000000fff80000 - 0000000100000000
    Allocating PCI resources starting at a0000000 (gap: a0000000:40000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 28 pages/cpu @ffff88008fc00000 s82176 r8192 d24320 u1048576
    pcpu-alloc: s82176 r8192 d24320 u1048576 alloc=1*2097152
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Node order, mobility grouping on. Total pages: 962887
    Policy zone: Normal
    Kernel command line: root=/dev/sda3 ro resume=/dev/sda3 5
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Memory: 3798920k/5767168k available (3795k kernel code, 1836748k absent, 131500k reserved, 2307k data, 556k init)
    SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Preemptable hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:2304
    Extended CMOS year: 2000
    spurious 8259A interrupt: IRQ7.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    allocated 39321600 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 2400.376 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4802.78 BogoMIPS (lpj=8001253)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    AppArmor: AppArmor disabled by boot time parameter
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    ACPI: Core revision 20110112
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz stepping 06
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1 Ok.
    CPU1: Thermal monitoring handled by SMI
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (9604.67 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-07] at [mem 0xe0000000-0xe07fffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xe07fffff] reserved in E820
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: SSDT 000000008fee1086 0021F (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 0021F (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
    ACPI: SSDT 000000008fee1648 0067D (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 0067D (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
    ACPI: SSDT 000000008fee0ed6 001B0 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 001B0 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
    ACPI: SSDT 000000008fee15c3 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x47, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    HEST: Table not found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
    pci_root PNP0A08:00: host bridge window [mem 0x000f0000-0x000fffff]
    pci_root PNP0A08:00: host bridge window [mem 0xa0000000-0xfebfffff]
    pci 0000:00:00.0: [10de:0a82] type 0 class 0x000600
    pci 0000:00:00.1: [10de:0a88] type 0 class 0x000500
    pci 0000:00:03.0: [10de:0aae] type 0 class 0x000601
    pci 0000:00:03.0: reg 10: [io 0x1c00-0x1cff]
    pci 0000:00:03.1: [10de:0aa4] type 0 class 0x000500
    pci 0000:00:03.2: [10de:0aa2] type 0 class 0x000c05
    pci 0000:00:03.2: reg 10: [io 0x3080-0x30bf]
    pci 0000:00:03.2: reg 20: [io 0x3040-0x307f]
    pci 0000:00:03.2: reg 24: [io 0x2000-0x203f]
    pci 0000:00:03.2: PME# supported from D3hot D3cold
    pci 0000:00:03.2: PME# disabled
    pci 0000:00:03.3: [10de:0a89] type 0 class 0x000500
    pci 0000:00:03.5: [10de:0aa3] type 0 class 0x000b40
    pci 0000:00:03.5: reg 10: [mem 0xf0600000-0xf067ffff]
    pci 0000:00:04.0: [10de:0aa5] type 0 class 0x000c03
    pci 0000:00:04.0: reg 10: [mem 0xf0886000-0xf0886fff]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:04.1: [10de:0aa6] type 0 class 0x000c03
    pci 0000:00:04.1: reg 10: [mem 0xf0889000-0xf08890ff]
    pci 0000:00:04.1: supports D1 D2
    pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.1: PME# disabled
    pci 0000:00:06.0: [10de:0aa7] type 0 class 0x000c03
    pci 0000:00:06.0: reg 10: [mem 0xf0887000-0xf0887fff]
    pci 0000:00:06.0: supports D1 D2
    pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:06.0: PME# disabled
    pci 0000:00:06.1: [10de:0aa9] type 0 class 0x000c03
    pci 0000:00:06.1: reg 10: [mem 0xf0889400-0xf08894ff]
    pci 0000:00:06.1: supports D1 D2
    pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:06.1: PME# disabled
    pci 0000:00:08.0: [10de:0ac0] type 0 class 0x000403
    pci 0000:00:08.0: reg 10: [mem 0xf0880000-0xf0883fff]
    pci 0000:00:08.0: PME# supported from D3hot D3cold
    pci 0000:00:08.0: PME# disabled
    pci 0000:00:09.0: [10de:0aab] type 1 class 0x000604
    pci 0000:00:0a.0: [10de:0ab0] type 0 class 0x000200
    pci 0000:00:0a.0: reg 10: [mem 0xf0888000-0xf0888fff]
    pci 0000:00:0a.0: reg 14: [io 0x30d0-0x30d7]
    pci 0000:00:0a.0: reg 18: [mem 0xf0889c00-0xf0889cff]
    pci 0000:00:0a.0: reg 1c: [mem 0xf0889800-0xf088980f]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0a.0: PME# disabled
    pci 0000:00:0b.0: [10de:0ab9] type 0 class 0x000106
    pci 0000:00:0b.0: reg 10: [io 0x30e8-0x30ef]
    pci 0000:00:0b.0: reg 14: [io 0x30dc-0x30df]
    pci 0000:00:0b.0: reg 18: [io 0x30e0-0x30e7]
    pci 0000:00:0b.0: reg 1c: [io 0x30d8-0x30db]
    pci 0000:00:0b.0: reg 20: [io 0x30c0-0x30cf]
    pci 0000:00:0b.0: reg 24: [mem 0xf0884000-0xf0885fff]
    pci 0000:00:0c.0: [10de:0ac4] type 1 class 0x000604
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:10.0: [10de:0aa0] type 1 class 0x000604
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:15.0: [10de:0ac6] type 1 class 0x000604
    pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:15.0: PME# disabled
    pci 0000:00:16.0: [10de:0ac7] type 1 class 0x000604
    pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:16.0: PME# disabled
    pci 0000:00:17.0: [10de:0ac7] type 1 class 0x000604
    pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:17.0: PME# disabled
    pci 0000:00:18.0: [10de:0ac7] type 1 class 0x000604
    pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:18.0: PME# disabled
    pci 0000:01:07.0: [1180:0832] type 0 class 0x000c00
    pci 0000:01:07.0: proprietary Ricoh MMC controller disabled (via firewire function)
    pci 0000:01:07.0: MMC cards are now supported by standard SDHCI controller
    pci 0000:01:07.0: reg 10: [mem 0xf0500000-0xf05007ff]
    pci 0000:01:07.0: supports D1 D2
    pci 0000:01:07.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.0: PME# disabled
    pci 0000:01:07.1: [1180:0822] type 0 class 0x000805
    pci 0000:01:07.1: reg 10: [mem 0xf0500800-0xf05008ff]
    pci 0000:01:07.1: supports D1 D2
    pci 0000:01:07.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.1: PME# disabled
    pci 0000:01:07.2: [1180:0592] type 0 class 0x000880
    pci 0000:01:07.2: reg 10: [mem 0xf0501000-0xf05010ff]
    pci 0000:01:07.2: supports D1 D2
    pci 0000:01:07.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.2: PME# disabled
    pci 0000:01:07.3: [1180:0852] type 0 class 0x000880
    pci 0000:01:07.3: reg 10: [mem 0xf0501400-0xf05014ff]
    pci 0000:01:07.3: supports D1 D2
    pci 0000:01:07.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.3: PME# disabled
    pci 0000:00:09.0: PCI bridge to [bus 01-01] (subtractive decode)
    pci 0000:00:09.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:09.0: bridge window [mem 0xf0500000-0xf05fffff]
    pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:09.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:09.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
    pci 0000:00:09.0: bridge window [mem 0xa0000000-0xfebfffff] (subtractive decode)
    pci 0000:02:00.0: [10de:06e8] type 0 class 0x000300
    pci 0000:02:00.0: reg 10: [mem 0xae000000-0xaeffffff]
    pci 0000:02:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:02:00.0: reg 1c: [mem 0xac000000-0xadffffff 64bit]
    pci 0000:02:00.0: reg 24: [io 0x4000-0x407f]
    pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:00:0c.0: PCI bridge to [bus 02-02]
    pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
    pci 0000:00:0c.0: bridge window [mem 0xac000000-0xaeffffff]
    pci 0000:00:0c.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:03:00.0: [10de:0866] type 0 class 0x000300
    pci 0000:03:00.0: reg 10: [mem 0xaa000000-0xaaffffff]
    pci 0000:03:00.0: reg 14: [mem 0xb0000000-0xbfffffff 64bit pref]
    pci 0000:03:00.0: reg 1c: [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:03:00.0: reg 24: [io 0x5000-0x507f]
    pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:00:10.0: PCI bridge to [bus 03-03]
    pci 0000:00:10.0: bridge window [io 0x5000-0x5fff]
    pci 0000:00:10.0: bridge window [mem 0xaa000000-0xaaffffff]
    pci 0000:00:10.0: bridge window [mem 0xb0000000-0xcdffffff 64bit pref]
    pci 0000:00:15.0: PCI bridge to [bus 04-05]
    pci 0000:00:15.0: bridge window [io 0x6000-0x6fff]
    pci 0000:00:15.0: bridge window [mem 0xf0200000-0xf03fffff]
    pci 0000:00:15.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    pci 0000:06:00.0: [168c:002a] type 0 class 0x000280
    pci 0000:06:00.0: reg 10: [mem 0xf0400000-0xf040ffff 64bit]
    pci 0000:06:00.0: supports D1
    pci 0000:06:00.0: PME# supported from D0 D1 D3hot
    pci 0000:06:00.0: PME# disabled
    pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    pci 0000:00:16.0: PCI bridge to [bus 06-06]
    pci 0000:00:16.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:16.0: bridge window [mem 0xf0400000-0xf04fffff]
    pci 0000:00:16.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:17.0: PCI bridge to [bus 07-07]
    pci 0000:00:17.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:17.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:17.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:18.0: PCI bridge to [bus 08-08]
    pci 0000:00:18.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:18.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:18.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
    pci0000:00: Requesting ACPI _OSC control (0x1d)
    ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [Z00Q] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [Z00R] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00S] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00T] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00U] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00V] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00W] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00X] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00Y] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00Z] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z010] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z011] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z012] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [Z013] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z014] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z015] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z016] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [Z017] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z018] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z019] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01A] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [Z01B] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01C] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01D] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01E] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [Z01F] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01G] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01H] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LUS0] (IRQs 18 19 20 21 22 23) *7
    ACPI: PCI Interrupt Link [LUS2] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LMAC] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LAZA] (IRQs 17) *11
    ACPI: PCI Interrupt Link [LGPU] (IRQs 18 19 20 21 22 23) *5
    ACPI: PCI Interrupt Link [LPID] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSI0] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LSI1] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00O] (IRQs 18 19 20 21 22 23) *5
    ACPI: PCI Interrupt Link [Z00P] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LPMU] (IRQs 18 19 20 21 22 23) *10
    vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none
    vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    reserve RAM buffer: 000000008fec0000 - 000000008fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
    hpet0: 4 comparators, 64-bit 25.000000 MHz counter
    Switching to clocksource hpet
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: [mem 0xffc00000-0xffffffff]
    pnp 00:00: [mem 0xfec00000-0xfec00fff]
    pnp 00:00: [mem 0xfee00000-0xfeefffff]
    pnp 00:00: [mem 0xfed00000-0xfed00fff]
    system 00:00: [mem 0xffc00000-0xffffffff] could not be reserved
    system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    system 00:00: [mem 0xfee00000-0xfeefffff] could not be reserved
    system 00:00: [mem 0xfed00000-0xfed00fff] has been reserved
    system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    pnp 00:01: [bus 00-ff]
    pnp 00:01: [io 0x0cf8-0x0cff]
    pnp 00:01: [io 0x0000-0x0cf7 window]
    pnp 00:01: [io 0x0d00-0xffff window]
    pnp 00:01: [mem 0x000a0000-0x000bffff window]
    pnp 00:01: [mem 0x000c0000-0x000c3fff window]
    pnp 00:01: [mem 0x000c4000-0x000c7fff window]
    pnp 00:01: [mem 0x000c8000-0x000cbfff window]
    pnp 00:01: [mem 0x000cc000-0x000cffff window]
    pnp 00:01: [mem 0x000d0000-0x000d3fff window]
    pnp 00:01: [mem 0x000d4000-0x000d7fff window]
    pnp 00:01: [mem 0x000d8000-0x000dbfff window]
    pnp 00:01: [mem 0x000dc000-0x000dffff window]
    pnp 00:01: [mem 0x000e0000-0x000e3fff window]
    pnp 00:01: [mem 0x000e4000-0x000e7fff window]
    pnp 00:01: [mem 0x000e8000-0x000ebfff window]
    pnp 00:01: [mem 0x000ec000-0x000effff window]
    pnp 00:01: [mem 0x000f0000-0x000fffff window]
    pnp 00:01: [mem 0xa0000000-0xfebfffff window]
    pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    pnp 00:02: [irq 0 disabled]
    pnp 00:02: [irq 8]
    pnp 00:02: [mem 0xfed00000-0xfed003ff]
    pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    pnp 00:03: [mem 0xf0600000-0xf0607fff]
    pnp 00:03: disabling [mem 0xf0600000-0xf0607fff] because it overlaps 0000:00:03.5 BAR 0 [mem 0xf0600000-0xf067ffff]
    system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    pnp 00:04: [io 0x1000-0x107f]
    pnp 00:04: [io 0x1080-0x10ff]
    pnp 00:04: [io 0x1400-0x147f]
    pnp 00:04: [io 0x1480-0x14ff]
    pnp 00:04: [io 0x1800-0x187f]
    pnp 00:04: [io 0x1880-0x18ff]
    system 00:04: [io 0x1000-0x107f] has been reserved
    system 00:04: [io 0x1080-0x10ff] has been reserved
    system 00:04: [io 0x1400-0x147f] has been reserved
    system 00:04: [io 0x1480-0x14ff] has been reserved
    system 00:04: [io 0x1800-0x187f] has been reserved
    system 00:04: [io 0x1880-0x18ff] has been reserved
    system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    pnp 00:05: [io 0x0060]
    pnp 00:05: [io 0x0064]
    pnp 00:05: [irq 1]
    pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    pnp 00:06: [irq 12]
    pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
    Switched to NOHz mode on CPU #0
    Switched to NOHz mode on CPU #1
    pnp 00:07: [io 0x0010-0x001f]
    pnp 00:07: [io 0x0022-0x003f]
    pnp 00:07: [io 0x0044-0x005f]
    pnp 00:07: [io 0x0072-0x0073]
    pnp 00:07: [io 0x0074-0x007f]
    pnp 00:07: [io 0x0091-0x0093]
    pnp 00:07: [io 0x0097-0x009f]
    pnp 00:07: [io 0x00a2-0x00bf]
    pnp 00:07: [io 0x00e0-0x00ef]
    pnp 00:07: [io 0x04d0-0x04d1]
    pnp 00:07: [io 0x0080]
    pnp 00:07: [io 0x0910-0x0911]
    pnp 00:07: [io 0x0295-0x0296]
    system 00:07: [io 0x04d0-0x04d1] has been reserved
    system 00:07: [io 0x0910-0x0911] has been reserved
    system 00:07: [io 0x0295-0x0296] has been reserved
    system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    pnp 00:08: [io 0x0000-0x0008]
    pnp 00:08: [io 0x000a-0x000f]
    pnp 00:08: [io 0x0081-0x0083]
    pnp 00:08: [io 0x0087]
    pnp 00:08: [io 0x0089-0x008b]
    pnp 00:08: [io 0x008f]
    pnp 00:08: [io 0x00c0-0x00d1]
    pnp 00:08: [io 0x00d4-0x00df]
    pnp 00:08: [dma 4]
    pnp 00:08: Plug and Play ACPI device, IDs PNP0200 (active)
    pnp 00:09: [io 0x0061]
    pnp 00:09: Plug and Play ACPI device, IDs PNP0800 (active)
    pnp 00:0a: [io 0x0070-0x0071]
    pnp 00:0a: Plug and Play ACPI device, IDs PNP0b00 (active)
    pnp 00:0b: [io 0x00f0-0x00f1]
    pnp 00:0b: [irq 13]
    pnp 00:0b: Plug and Play ACPI device, IDs PNP0c04 (active)
    pnp 00:0c: [io 0x0300-0x0307]
    pnp 00:0c: [irq 10]
    pnp 00:0c: Plug and Play ACPI device, IDs ITE8708 (active)
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    pci 0000:00:09.0: PCI bridge to [bus 01-01]
    pci 0000:00:09.0: bridge window [io disabled]
    pci 0000:00:09.0: bridge window [mem 0xf0500000-0xf05fffff]
    pci 0000:00:09.0: bridge window [mem pref disabled]
    pci 0000:02:00.0: BAR 6: can't assign mem pref (size 0x20000)
    pci 0000:00:0c.0: PCI bridge to [bus 02-02]
    pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
    pci 0000:00:0c.0: bridge window [mem 0xac000000-0xaeffffff]
    pci 0000:00:0c.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:03:00.0: BAR 6: assigned [mem 0xc0000000-0xc001ffff pref]
    pci 0000:00:10.0: PCI bridge to [bus 03-03]
    pci 0000:00:10.0: bridge window [io 0x5000-0x5fff]
    pci 0000:00:10.0: bridge window [mem 0xaa000000-0xaaffffff]
    pci 0000:00:10.0: bridge window [mem 0xb0000000-0xcdffffff 64bit pref]
    pci 0000:00:15.0: PCI bridge to [bus 04-05]
    pci 0000:00:15.0: bridge window [io 0x6000-0x6fff]
    pci 0000:00:15.0: bridge window [mem 0xf0200000-0xf03fffff]
    pci 0000:00:15.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    pci 0000:00:16.0: PCI bridge to [bus 06-06]
    pci 0000:00:16.0: bridge window [io disabled]
    pci 0000:00:16.0: bridge window [mem 0xf0400000-0xf04fffff]
    pci 0000:00:16.0: bridge window [mem pref disabled]
    pci 0000:00:17.0: PCI bridge to [bus 07-07]
    pci 0000:00:17.0: bridge window [io disabled]
    pci 0000:00:17.0: bridge window [mem disabled]
    pci 0000:00:17.0: bridge window [mem pref disabled]
    pci 0000:00:18.0: PCI bridge to [bus 08-08]
    pci 0000:00:18.0: bridge window [io disabled]
    pci 0000:00:18.0: bridge window [mem disabled]
    pci 0000:00:18.0: bridge window [mem pref disabled]
    pci 0000:00:09.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z00Q] enabled at IRQ 23
    pci 0000:00:0c.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
    pci 0000:00:0c.0: setting latency timer to 64
    pci 0000:00:10.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z012] enabled at IRQ 22
    pci 0000:00:15.0: PCI INT A -> Link[Z012] -> GSI 22 (level, low) -> IRQ 22
    pci 0000:00:15.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z016] enabled at IRQ 21
    pci 0000:00:16.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
    pci 0000:00:16.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z01A] enabled at IRQ 20
    pci 0000:00:17.0: PCI INT A -> Link[Z01A] -> GSI 20 (level, low) -> IRQ 20
    pci 0000:00:17.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z01E] enabled at IRQ 19
    pci 0000:00:18.0: PCI INT A -> Link[Z01E] -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:18.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
    pci_bus 0000:00: resource 20 [mem 0xa0000000-0xfebfffff]
    pci_bus 0000:01: resource 1 [mem 0xf0500000-0xf05fffff]
    pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000c3fff]
    pci_bus 0000:01: resource 8 [mem 0x000c4000-0x000c7fff]
    pci_bus 0000:01: resource 9 [mem 0x000c8000-0x000cbfff]
    pci_bus 0000:01: resource 10 [mem 0x000cc000-0x000cffff]
    pci_bus 0000:01: resource 11 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:01: resource 12 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:01: resource 13 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:01: resource 14 [mem 0x000dc000-0x000dffff]
    pci_bus 0000:01: resource 15 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:01: resource 16 [mem 0x000e4000-0x000e7fff]
    pci_bus 0000:01: resource 17 [mem 0x000e8000-0x000ebfff]
    pci_bus 0000:01: resource 18 [mem 0x000ec000-0x000effff]
    pci_bus 0000:01: resource 19 [mem 0x000f0000-0x000fffff]
    pci_bus 0000:01: resource 20 [mem 0xa0000000-0xfebfffff]
    pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:02: resource 1 [mem 0xac000000-0xaeffffff]
    pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
    pci_bus 0000:03: resource 1 [mem 0xaa000000-0xaaffffff]
    pci_bus 0000:03: resource 2 [mem 0xb0000000-0xcdffffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0x6000-0x6fff]
    pci_bus 0000:04: resource 1 [mem 0xf0200000-0xf03fffff]
    pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    pci_bus 0000:06: resource 1 [mem 0xf0400000-0xf04fffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 524288 bind 65536)
    TCP reno registered
    UDP hash table entries: 2048 (order: 4, 65536 bytes)
    UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    NET: Registered protocol family 1
    pci 0000:03:00.0: Boot video device
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1640k freed
    PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Placing 64MB software IO TLB between ffff88008bc00000 - ffff88008fc00000
    software IO TLB at phys 0x8bc00000 - 0x8fc00000
    Simple Boot Flag at 0x36 set to 0x1
    audit: initializing netlink socket (disabled)
    type=2000 audit(1302716230.603:1): initialized
    HugeTLB registered 2 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 7422
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    intel_idle: MWAIT substates: 0x3122220
    intel_idle: does not run on family 6 model 23
    ERST: Table is not found!
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Linux agpgart interface v0.103
    i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mousedev: PS/2 mouse device common for all mice
    rtc_cmos 00:0a: RTC can wake from S4
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    rtc_cmos 00:0a: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    PM: Checking hibernation image partition /dev/sda3
    PM: Hibernation image not present or could not be loaded.
    registered taskstats version 1
    rtc_cmos 00:0a: setting system clock to 2011-04-13 17:37:11 UTC (1302716231)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 556k freed
    udev[38]: starting version 166
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:0b.0: version 3.0
    ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 18
    ahci 0000:00:0b.0: PCI INT A -> Link[LSI0] -> GSI 18 (level, low) -> IRQ 18
    ahci 0000:00:0b.0: irq 40 for MSI/MSI-X
    ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP
    ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    ahci 0000:00:0b.0: flags: 64bit ncq sntf led pio slum part sxs
    ahci 0000:00:0b.0: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    scsi4 : ahci
    scsi5 : ahci
    ata1: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884100 irq 40
    ata2: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884180 irq 40
    ata3: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884200 irq 40
    ata4: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884280 irq 40
    ata5: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884300 irq 40
    ata6: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884380 irq 40
    ata3: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata5: SATA link down (SStatus 0 SControl 300)
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata6: SATA link down (SStatus 0 SControl 300)
    ata2.00: ATAPI: HL-DT-ST DVD+/-RW GS20N, A106, max UDMA/133
    ata2.00: configured for UDMA/133
    ata1.00: ATA-8: ST9500420ASG, 0002SDM1, max UDMA/133
    ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST9500420ASG 0002 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GS20N A106 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    Refined TSC clocksource calibration: 2399.988 MHz.
    Switching to clocksource tsc
    EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    udev[632]: starting version 166
    cfg80211: Calling CRDA to update world regulatory domain
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    scsi 1:0:0:0: Attached scsi generic sg1 type 5
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
    forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
    forcedeth 0000:00:0a.0: setting latency timer to 64
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    ath9k 0000:06:00.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
    ath9k 0000:06:00.0: setting latency timer to 64
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x50ef @ 0, addr 00:22:19:f7:35:cf
    forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
    i2c i2c-0: nForce2 SMBus adapter at 0x3040
    i2c i2c-1: nForce2 SMBus adapter at 0x2000
    ath: EEPROM regdomain: 0x60
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x60
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    Registered led device: ath9k-phy0::radio
    Registered led device: ath9k-phy0::assoc
    Registered led device: ath9k-phy0::tx
    Registered led device: ath9k-phy0::rx
    ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xffffc900018c0000, irq=21
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
    ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUS2] -> GSI 22 (level, low) -> IRQ 22
    ehci_hcd 0000:00:04.1: setting latency timer to 64
    ehci_hcd 0000:00:04.1: EHCI Host Controller
    ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2a/PNP0C0E:00/input/input3
    ACPI: Sleep Button [SLPB]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
    ehci_hcd 0000:00:04.1: debug port 1
    ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:04.1: irq 22, io mem 0xf0889000
    ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    ACPI: PCI Interrupt Link [Z00P] enabled at IRQ 21
    ehci_hcd 0000:00:06.1: PCI INT B -> Link[Z00P] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:06.1: setting latency timer to 64
    ehci_hcd 0000:00:06.1: EHCI Host Controller
    ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:06.1: debug port 1
    ehci_hcd 0000:00:06.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:06.1: irq 21, io mem 0xf0889400
    ACPI: Lid Switch [LID]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    ACPI: Power Button [PWRF]
    ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 3 ports detected
    HDA Intel 0000:00:08.0: power state changed by ACPI to D0
    HDA Intel 0000:00:08.0: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 17
    HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 17 (level, low) -> IRQ 17
    hda_intel: Disable MSI for Nvidia chipset
    HDA Intel 0000:00:08.0: setting latency timer to 64
    [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
    wmi: Mapper loaded
    ACPI: acpi_idle registered with cpuidle
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: EC: GPE storm detected, transactions will use polling mode
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
    usb 1-1: new high speed USB device using ehci_hcd and address 2
    hub 1-1:1.0: USB hub found
    hub 1-1:1.0: 4 ports detected
    ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    ACPI: Battery Slot [BAT0] (battery present)
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    sdhci-pci 0000:01:07.1: SDHCI controller found [1180:0822] (rev 22)
    ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 11
    sdhci-pci 0000:01:07.1: PCI INT B -> Link[LNK2] -> GSI 11 (level, low) -> IRQ 11
    sdhci-pci 0000:01:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:01:07.1] using DMA
    ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
    firewire_ohci 0000:01:07.0: PCI INT A -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11
    thermal LNXTHERM:00: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (60 C)
    ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    firewire_ohci: Added fw-ohci device 0000:01:07.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    ACPI: AC Adapter [ADP0] (on-line)
    usb 1-2: new high speed USB device using ehci_hcd and address 3
    input: Dell WMI hotkeys as /devices/virtual/input/input7
    acpi device:0c: registered as cooling_device2
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input8
    ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no)
    [Firmware Bug]: ACPI(Z01I) defines _DOD but not _DOS
    acpi device:14: registered as cooling_device3
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input9
    ACPI: Video Device [Z01I] (multi-head: yes rom: yes post: no)
    usb 2-1: new high speed USB device using ehci_hcd and address 2
    firewire_core: created device fw0: GUID 424fc00010f09890, S400
    firewire_core: phy config: card 0, new root=ffc1, gap_count=5
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    cfg80211: World regulatory domain updated:
    cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    usb 2-3: new high speed USB device using ehci_hcd and address 3
    usb 1-1.1: new low speed USB device using ehci_hcd and address 5
    usb 1-1.2: new full speed USB device using ehci_hcd and address 6
    usb 1-1.4: new high speed USB device using ehci_hcd and address 7
    cdc_wdm 2-1:1.5: cdc-wdm-176: USB WDM device
    cdc_wdm 2-1:1.6: cdc-wdm-175: USB WDM device
    usbcore: registered new interface driver cdc_wdm
    Initializing USB Mass Storage driver...
    cdc_acm 2-1:1.1: ttyACM0: USB ACM device
    cdc_acm 2-1:1.3: ttyACM1: USB ACM device
    scsi6 : usb-storage 1-2:1.0
    cdc_acm 2-1:1.9: ttyACM2: USB ACM device
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usbcore: registered new interface driver cdc_acm
    cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
    scsi7 : usb-storage 1-1.4:1.0
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device Integrated Webcam (05ca:18a3)
    cdc_ether 2-1:1.7: wwan0: register 'cdc_ether' at usb-0000:00:06.1-1, Mobile Broadband Network Device, 02:80:37:ec:02:00
    usbcore: registered new interface driver cdc_ether
    input: Integrated Webcam as /devices/pci0000:00/0000:00:06.1/usb2/2-3/2-3:1.0/input/input10
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v1.0.0)
    usbcore: registered new interface driver uas
    usbcore: registered new interface driver zaurus
    input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.2/1-1.2:1.0/input/input11
    generic-usb 0003:046D:C52B.0003: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:04.1-1.2/input0
    input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.2/1-1.2:1.1/input/input12
    generic-usb 0003:046D:C52B.0004: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:04.1-1.2/input1
    generic-usb 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:04.1-1.2/input2
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.1/1-1.1:1.0/input/input13
    logitech 0003:046D:C517.0001: input,hidraw3: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:04.1-1.1/input0
    logitech 0003:046D:C517.0002: fixing up Logitech keyboard report descriptor
    input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.1/1-1.1:1.1/input/input14
    logitech 0003:046D:C517.0002: input,hiddev0,hidraw4: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:04.1-1.1/input1
    scsi 6:0:0:0: Direct-Access Seagate FreeAgent Go 102F PQ: 0 ANSI: 4
    sd 6:0:0:0: Attached scsi generic sg2 type 0
    sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 6:0:0:0: [sdb] Write Protect is off
    sd 6:0:0:0: [sdb] Mode Sense: 1c 00 00 00
    sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    scsi 7:0:0:0: Direct-Access Seagate FreeAgent Go 0142 PQ: 0 ANSI: 4
    sd 7:0:0:0: Attached scsi generic sg3 type 0
    sd 7:0:0:0: [sdc] 976773166 512-byte logical blocks: (500 GB/465 GiB)
    sd 7:0:0:0: [sdc] Write Protect is off
    sd 7:0:0:0: [sdc] Mode Sense: 1c 00 00 00
    sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sdc: unknown partition table
    sd 7:0:0:0: [sdc] Attached SCSI disk
    sdb: unknown partition table
    sd 6:0:0:0: [sdb] Attached SCSI disk
    hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
    hda-intel: Codec #1 probe error; disabling it...
    firewire_core: created device fw1: GUID 0001f2000001eda4, S400, 1 config ROM retries
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input15
    input: HDA NVidia Mic at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/sound/card0/input16
    input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/sound/card0/input17
    input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/sound/card0/input18
    ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 20
    ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUS0] -> GSI 20 (level, low) -> IRQ 20
    ohci_hcd 0000:00:04.0: setting latency timer to 64
    ohci_hcd 0000:00:04.0: OHCI Host Controller
    ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:04.0: irq 20, io mem 0xf0886000
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 4 ports detected
    ACPI: PCI Interrupt Link [Z00O] enabled at IRQ 19
    ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z00O] -> GSI 19 (level, low) -> IRQ 19
    ohci_hcd 0000:00:06.0: setting latency timer to 64
    ohci_hcd 0000:00:06.0: OHCI Host Controller
    ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:06.0: irq 19, io mem 0xf0887000
    fuse init (API version 7.16)
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 3 ports detected
    ACPI: PCI Interrupt Link [LPMU] enabled at IRQ 18
    nvidia 0000:00:03.5: PCI INT B -> Link[LPMU] -> GSI 18 (level, low) -> IRQ 18
    nvidia 0000:02:00.0: enabling device (0004 -> 0007)
    nvidia 0000:02:00.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
    nvidia 0000:02:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=none
    ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 23
    nvidia 0000:03:00.0: PCI INT A -> Link[LGPU] -> GSI 23 (level, low) -> IRQ 23
    nvidia 0000:03:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 270.41.03 Sat Apr 9 00:06:19 PDT 2011
    loop: module loaded
    vboxdrv: Found 2 processor cores.
    VBoxDrv: dbg - g_abExecMemory=ffffffffa0f04d20
    vboxdrv: fAsync=0 offMin=0x1b9 offMax=0x1368
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 4.0.4_OSE (interface 0x00160000).
    [drm] Initialized drm 1.1.0 20060810
    usbcore: registered new interface driver wacom
    wacom: v1.52:USB Wacom tablet driver
    usb 3-4: new full speed USB device using ohci_hcd and address 2
    hub 3-4:1.0: USB hub found
    hub 3-4:1.0: 3 ports detected
    EXT4-fs (sda3): re-mounted. Opts: (null)
    EXT4-fs (sda3): re-mounted. Opts: (null)
    usb 3-4.1: new full speed USB device using ohci_hcd and address 3
    input: HID 413c:8157 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.1/3-4.1:1.0/input/input19
    generic-usb 0003:413C:8157.0006: input,hidraw5: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:04.0-4.1/input0
    usb 3-4.2: new full speed USB device using ohci_hcd and address 4
    input: HID 413c:8158 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input20
    generic-usb 0003:413C:8158.0007: input,hidraw6: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:04.0-4.2/input0
    Adding 6243324k swap on /dev/sda4. Priority:-1 extents:1 across:6243324k
    usb 3-4.3: new full speed USB device using ohci_hcd and address 5
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Bluetooth: Generic Bluetooth USB driver ver 0.6
    usbcore: registered new interface driver btusb
    CE: hpet increased min_delta_ns to 11520 nsec
    CPUFREQ: Per core ondemand sysfs interface is deprecated - ignore_nice_load
    EXT4-fs (sda3): re-mounted. Opts: barrier=1,data=ordered,commit=360
    forcedeth 0000:00:0a.0: eth0: no link during initialization
    ohci_hcd 0000:00:06.0: PCI INT A disabled
    ohci_hcd 0000:00:06.0: PME# enabled
    ohci_hcd 0000:00:06.0: BAR 0: set to [mem 0xf0887000-0xf0887fff] (PCI address [0xf0887000-0xf0887fff])
    ohci_hcd 0000:00:06.0: restoring config space at offset 0xf (was 0x1030100, writing 0x1030105)
    ohci_hcd 0000:00:06.0: restoring config space at offset 0x1 (was 0xb00000, writing 0xb00003)
    ohci_hcd 0000:00:06.0: PME# disabled
    ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z00O] -> GSI 19 (level, low) -> IRQ 19
    ohci_hcd 0000:00:06.0: setting latency timer to 64
    NET: Registered protocol family 10
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Bluetooth: L2CAP ver 2.15
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    i2c /dev entries driver
    wlan0: authenticate with 1c:af:f7:89:a6:76 (try 1)
    wlan0: authenticated
    wlan0: associate with 1c:af:f7:89:a6:76 (try 1)
    wlan0: RX AssocResp from 1c:af:f7:89:a6:76 (capab=0xc31 status=0 aid=1)
    wlan0: associated
    ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    cfg80211: Calling CRDA for country: GB
    cfg80211: Regulatory domain changed to country: GB
    cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
    Intel AES-NI instructions are not detected.
    padlock_aes: VIA PadLock not detected.
    wlan0: no IPv6 routers present
    EXT4-fs (sda3): re-mounted. Opts: commit=0
    warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
    device-mapper: uevent: version 1.0.3
    device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: [email protected]
    ifconfig wlan0:
    wlan0 Link encap:Ethernet HWaddr 00:22:5F:62:3D:05
    inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::222:5fff:fe62:3d05/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:87499 errors:0 dropped:0 overruns:0 frame:0
    TX packets:137443 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:23679050 (22.5 Mb) TX bytes:160748042 (153.3 Mb)
    I wonder why this is happening
    Last edited by king.flasher.dave (2011-04-13 16:15:59)

  • Any advice on where to start when troubleshhoting a slow network (users complaints)?

    We currently have users from one of our branch office that complains around network performance issues (slow network). Troubleshooting issues like this one was not the focus of my CCENT studies (got certified 2 weeks ago) but I was assigned that ticket last Friday (first assignment). I was thinking to call one of the users and ask him to connect on another computer to see if he still encounters the same issue (that would tell me if it is related to his computer or not - probably layer 1, 2 issue), ask him to try another application (to help determine if it is a Layer 7 issue) and then if it is not related to neither one of these I was thinking to start looking at the switch interface to which the computer is connected to. I would like to know if someone could tell me if I am on the right path and what else I should verify/investigate? Are there root cause analysis tools that exist to help solve/troubleshoot such issues?
    Thanks in advanced.

    Patrick Salmon wrote:We currently have users from one of our branch office that complains around network performance issues (slow network). Troubleshooting issues like this one was not the focus of my CCENT studies (got certified 2 weeks ago) but I was assigned that ticket last Friday (first assignment). I was thinking to call one of the users and ask him to connect on another computer to see if he still encounters the same issue (that would tell me if it is related to his computer or not - probably layer 1, 2 issue), ask him to try another application (to help determine if it is a Layer 7 issue) and then if it is not related to neither one of these I was thinking to start looking at the switch interface to which the computer is connected to. I would like to know if someone could tell me if I am on the right path and what else I should verify/investigate? Are there root cause analysis tools that exist to help solve/troubleshoot such issues? Thanks in advanced.
    This is a pretty wide open question, and could be caused by a myriad of things. I'm going to make a couple of assumptions (yeah, I know, make an ass out of you and umption) such as the branch office is linked to head office by soem kind of dedicated link, and uses that dedicated link for internet access via the head office instead of having a local internet link. You may not have this, but the process should be similar - just the weight of the diagnosis of different stages may be different.
    First off, get the user to define "slow". Compare the expectations of the user to the actual infrastructure at the site - if he's expecting a 10 MB/s download rate from the internet (100 mb/s) and you've only got a T1 or E1 link (1.5 mb/s), then it doesn;t matter WHAT you do, he's going to complain it's "slow".
    Then move to the basics. Have the PC's investigated. Are they connected at the rate you expect? 100 Mb/s? 1 gig? Full duplex? The most common problem I've seen of this type is incorrect duplex negotiation - PC thinks it's full fuplex, switch thinks it's half duplex, and the result is lots of dropped packets and retries, resulting in "slow" connections almost everywhere. There's also the possibility of speed auto negotiation failing - something capable of 1 gig negotiating 10 Mb/s makes a *big* difference, especially if it's internal infrastructure being accessed.
    Do some PING tests - ping a known local host - the local default router, for example - and see what kind of RTT you get. Then ping a known "intra" company host - one which is within the company but not on the local branch office site. What kind of RTT's do you get there? Finally, test a known external site - www.google.com, or a public DNS like the one at 4.2.2.2 - what kind of PING RTT's do you get to them?
    Then traceroute - do the same ting, and look for weird hops, or really slow responses - is the workstation getting hooked up on something, protocol-wise, which does a reverse lookup (SSH is a classic example) before accepting connections - and when the RDNS doesn't exist, it "pauses" for several seconds.
    Then it gets complex - start looking into the routers involved, and check for dropped packets or errors in the log. Check with the link provider and ask them if they see any errors on the link.
    Where you go from there depends really on what you find up to now. ISP, management to, erm, educate the user to the realities of life in remote locations, or maybe you've actually got some faulty hardware somewhere you need to fix. You never know, it does happen! :-)
    Good luck.
    Cheers.

  • Outlook 2010 Slow Network detection

    Hi,
    Does anyone know the criteria Outlook 2010 uses to decide if it's on a "slow network" in the context of using MAPI or HTTP the Exchange Proxy Setting?
    I can find a couple of documents for Outlook 2003 using the reported network adapter speed, and if it's < 1Mbps considering it slow. But I cannot find any documentation for Outlook 2010.
    http://www.howto-outlook.com/howto/outlookanywherefastslow.htm#registry
    I have done some testing and Outlook 2010 doesn't seem to use the same criteria.... I'm seeing "Slow Network" settings used when the network adapter is reporting a > 1Mbps link speed.
    Thanks,
    Peter

    Hi,
    Based on my knowledge it is a slow network when it's 1Mbps or slower. I haven't found the document for Outlook 2010, but even for the latest Outlook 2013, it is still 1Mbps (128 KB):
    http://technet.microsoft.com/en-us/library/cc179067.aspx#section4
    We can find the information from the "Managing Outlook behavior for perceived slow connections" section in the article above.
    Anyway, we can try to modify this limit by creating the slowbitrate registry key:
    Important
    This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the
    registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry,
    http://windows.microsoft.com/en-US/windows7/Back-up-the-registry
    Key: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\rpc
    Value name: slowbitrate
    Value type: REG_DWORD
    The value to enter is the minimal bitrate required to consider a network being fast. Anything below this bitrate would be considered slow.
    Example: 128KB = 1Mbit = 1024 bit
    I hope the information is helpful.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that
    the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)
    The system cannot find the file specified
    Cannot connect to COWBOYS.
    Here are the technical details===================================
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
    Error Number: 2
    Severity: 20
    State: 0
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    ===================================
    The system cannot find the file specified
    I have tried from so many forms. This is so frustrating. Thank for everyone/anyone who wants to help. So this is what happened: I had to uninstall my previous sqlserver 2012(which worked great) for some reason, and I uninstalled everything from that download.
    Then I installed the trial edition of sql server 2012 (64 Bit) and It wouldn't connect to the database. (Error mentioned above.) My local DB is COWBOYS. (COWBOYS is also my computer name.) After this, I have tried downloading sqlexpress and sqlserver 64bit
    many times and cannot connect to my local DB. 
    How do I connect to my Local DB? 
    Also, I think this might help: (When I run sqlserve.exe, which I was able to find in C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn, I get an error: Your SQL server installation is either corrupt or has been tampered with(Error getting
    instance ID from name). Please uninstall then re-run setup to correct this problem.
    I would happily re install it, if it wasn't my 20th time.
    I don't have any remote connections, I don't use username/password, only window authentication. I work mostly on visual studio, but without able to store /retrieve data, I don't know how to survive.
    May be the solution is very simple, but I am too frustrated. 
    Some of the things I have tried:
    From a command prompt, enter one of the following commands:
    net start "SQL Server Agent (MSSQLSERVER)" OR 
    net start "SQL Server Agent(instancename)"(for instance)
    on my sql configuration, I cannot start anything because there is nothing there to start. I can post more details, if that would help. Also, some more details about the error:
    Details
    Product:
    SQL Server
    ID:
    2
    Source:
    MSSQLServer
    Version:
    10.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Version:
    9.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Any one that can help me, I will be greatful. Thank you so much. p.s. please ask me anything if you have any questions.

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server2012

    TITLE: Connect to Server
    Cannot connect to RAVI\SQLEXPRESS.
    ADDITIONAL INFORMATION:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476
    BUTTONS:
    I installed it many times correctly,every thing installed succeeded  but when trying to connect getting the above error...
    please help me to solve this..:(((

    Hi,
    Following should be taken care of
    1. Make sure TCP/IP and named pipes protocol is enabled
    2. Make sure browser service is up and running
    3. Make sure SQL express service is up and running
    4. If you are connecting from remote make sure exception in firewall should be made.
    5. If your SQL Server is listeing on port apart from 1433 make sure you connect like
    RAVI\SQLEXPRESS,portno
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server.

    Dear all,
    I know that this topic may be a bit old school; but it really make me mad as I tried all solutions i found and it still cant be resolved....please give a hand...
    The situation is like this,my company divided different platform as a status of project, like DEV, SIT and UAT. I got a project that require me to upgrade an vs2003 project to vs2005. I upgraded it completely and
     successfully, it works fine in development and UAT platform; EXCEPT, the SIT platform.
    The situation is very strange that, once I move the source to SIT, it return the following error:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    but it never happen in either DEV or UAT platform and even do I copy the workable web.config from DEV or UAT platform to SIT, the error still here and unable to resolve it.
    I search a lot in the internet by Google, but solution suggested are not suitable or fail in my case. Most answer suggest that "enable remote control", "check fire wall", "check server" etc......But as I can connect well the
    DBServer in DEV and UAT properly, I dont think those are the cause(but still, I check them all, and all are enabled properly, except my firewall setting is OFF, so adding port is ignored).
    After all the searching and testing, I believed and have reason to believe that, the cause is inside my web.config:
      <appSettings>
        <!--   User application and configured property settings go here.-->
        <!--   Example: <add key="settingName" value="settingValue"/> -->
    <clear/>
        <add key="Environment" value="UAT v1.31"/>
        <add key="DBServer" value="DB_UAT"/>
        <add key="cnBPSS.ConnectionString" value="data source=DB_UAT\BPSS;persist security info=True;user id=theloginid;workstation id=RP_UAT;packet size=4096;pwd=theloginpwd"/>
        <add key="UTBPSSConn.ConnectionString" value="data source=DB_UAT\BPSS;persist security info=False;user id=theloginid;workstation id=RP_UAT;packet size=4096;pwd=theloginpwd"/>
        <add key="UTDSBDBConn.ConnectionString" value="workstation id=RP_UAT;packet size=4096;user id=theloginid;data source=DB_UAT\DSBDB;persist security info=False;password=theloginpwd"/>
        <add key="cnDSBDB.ConnectionString" value="workstation id=RP_UAT;packet size=4096;user id=theloginid;data source=DB_UAT\DSBDB;persist security info=False;password=theloginpwd"/>
        <add key="Timer1.Enabled" value="True"/>
        <add key="Timer1.AutoReset" value="True"/>
        <add key="cnbpss.ConnectionString" value="data source=DB_UAT\BPSS;password=theloginpwd;persist security info=True;user id=theloginid;workstation id=RP_UAT;packet size=4096"/>
        <add key="cnbpss1.ConnectionString" value="data source=DB_UAT\BPSS;password=theloginpwd;persist security info=True;user id=theloginid;workstation id=RP_UAT;packet size=4096"/> 
    </appSettings>
    </configuration>
    I know such kind of setting is old school; But due to this program runs for few years from tons of ppl...I dont dare to modify it unless I am very sure they are the cause.....
    May I ask if anyone cna give me some advice and help in this issue please? I already tried for weeks and turning mad....Please I really need some help...
    Many thanks.
    Ksun Chan

    Checklist of possible reason of this error
    1. Check SQL services are running
    2. Check SQL Browser service is running
    3. Check remote connections are enabled
    4. Network connectivity between database & application servers by TRACERT command
    5. Check TCP/IP protocol enabled at SQL server
    6. Check talent connectivity – telnet <IP address> <port no on SQL server running>
    7. Check UDP port 1434 is open or not on SQL Server
    8. Check firewall is running or not Check
    9. If firewall running, SQL Server & UDP port must be added in exception in firewall
    Regards,
    Rohit Garg
    (My Blog)
    This posting is provided with no warranties and confers no rights.
    Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread.

  • "a network related or instance specific error in sql server 2008..." error in sbs 2011 standard.

    Hi All,
    When we try to open "Sql Server 2008 R2" in SBS 2011.......... we are getting the error message" “A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify
    that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified) ”
    How can we resolve the issue?
    Thanks in advance.
    Ram.
    Ramakrishna

    Hi Ram, you can check the solutions in the following links and see if that helps:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server
    http://social.technet.microsoft.com/wiki/contents/articles/a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server.aspx
    A network-related or instance-specific error occurred while establishing a connection to SQL Server 
    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/3a1c4d72-300c-4f9b-a0ac-23027ce04d1c/
    Also, rather than a SBS specific issue, it seems only relate to SQL server, you can also post it to SQL server forum so that SQL server experts there can provide more accurate solutions:
    http://social.technet.microsoft.com/Forums/en-US/category/sqlserver
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.

    Server Error in '/' Application.
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
    System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846887
    System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
    System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +4860189
    System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +90
    System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342
    System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221
    System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189
    System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +185
    System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31
    System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433
    System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
    System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +499
    System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
    System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31
    System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92
    System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1297
    System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +19
    System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
    System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
    System.Web.UI.WebControls.GridView.DataBind() +4
    System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
    System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +72
    System.Web.UI.Control.EnsureChildControls() +87
    System.Web.UI.Control.PreRenderRecursiveInternal() +44
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
    Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

    On what website/link did you received this error message ??

  • A network-related error has occurred where Connecting to Hive ODBC by Linked Server

    1) I have created Hive ODBC Driver (Succesfully Tested)
    2) I have created Linked Server on SQL Server 2014 (Succesfully Tested)
    3) SELECT * FROM OpenQuery([SQLHive],
    'SELECT * FROM hivesampletable;')
    ERROR:
    OLE DB provider "SQLNCLI11" for linked server "SQLHive" returned message "Login timeout expired".
    OLE DB provider "SQLNCLI11" for linked server "SQLHive" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance
    name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
    Msg 67, Level 16, State 1, Line 0
    Named Pipes Provider: Could not open a connection to SQL Server [67].
    INSTRUCTIONS FOLLOWED:
    http://ayadshammout.com/2013/05/27/import-hadoop-data-into-sql-bi-semantic-model-tabular/
    CONFIGURATIONS OF ON TEST:
    -Firewall is OFF
    -SQL Server and Windows Authentication mode is ON
    - Named Pipes is ON on SQL Server Confi manager
    Kenny_I

    The subject line and the first point on your list indicates that you want to connect to a Hive data source using ODBC. But the error message tells us that you have set up a linked server with SQL Server Native Client, which is the OLE DB provider you would
    use if you want to connect to another SQL Server instance.
    For using an ODBC driver, you need to use the MSDASQL provider, and in the @provstr argument you specify which ODBC driver you want to use. That is, something like:
    EXEC sp_addlinkedserver 'SQLHive', '', 'MSDASQL',
         @provstr = 'Driver={Hive ODBC Driver}....'
    As I have not worked with the Hive ODBC Driver, I don't know exactly what goes into the @provstr parameter, but it would be the same as if you connected to Hive from an application.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Network-related or Instance-specfic error when attempting remote connection from SSMS

    Hello,
    I have installed SQL Server express on a Win7 desktop and want to connect to it via SSMS on a laptop. I have set up a SQL login on the desktop so I can login, but when I try to connect to the instance from the laptop via SSMS I get the error 26 with saying
    there is a network related or instance specific issue and that there is an error locating the Server/Instance specified.
    I am trying to connect to a named instance on the SQL Server on the win desktop. Remote connections are enabled and TCP 1433 and UPD 1434 ports are open in Windows Firewall. Antything else I should watch for?
    Thanks

    Hi MrDAndersen,
    According to your description, you come across the errors of pre-login handshake and wait operation timing out. Please help to post the full error log for further analysis.
    Based on my research, this issue could occur when .NET Framework 4.5 and non-IFS BSP/LSP are installed on the machine, and non-IFS BSP/LSP interferes with the call to Winsock.
    To work around the issue, you could use one of the two methods below.
    1. Determine whether a non-IFS BSP or LSP is installed. You could use the "netsh WinSock Show Catalog" command and examine every Winsock Catalog Provider Entry item that is returned. If the 0x20000 bit is clear (not set), it is a non-IFS BSP or
    LSP and remove the installed non-IFS Winsock LSPs. For more information about the process, please refer to the article:
    http://support.microsoft.com/kb/2568167
    2. Download and apply .NET Framework 4.5.2:
    http://www.microsoft.com/en-us/download/details.aspx?id=42643
    There are two connect items for your reference.
    https://connect.microsoft.com/VisualStudio/feedback/details/745004/ 
    https://connect.microsoft.com/VisualStudio/feedback/details/729323
    Best regards,
    Michelle Li

  • A network related or instance specific error when I run VS2005 application

    I am new to programming, I am a system and network engineer so not much understanding in coding. I have an application which has been created in VS2005 .net which has an sql database. The SQL server version is 2000 which is running on Windows 2003 serer.
    This application is running fine on existing Windows XP machines. But I have tried to installed on new Windows XP, 7 and 8 PC's but all the clients getting error "A network related or instance specific error.........error 40 could not open a connection
    to SQL server. I have tried to connect the sql server with an UDL file and I can connect successfully. Also installed VS2005 and able to connect the SQL server successfully but some reason the application cannot connect to the sql server. My exe.config connection
    string as follow (this connection string works fine with the exiting windows XP PC's).
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <configSections>
      </configSections>
      <connectionStrings>
        <add name="xxx.MySettings.SQLConString" connectionString="server=10.0.0.23;database=XXX;Persist Security Info=True;User ID=sa;Password=password"
          providerName="System.Data.SqlClient" />
        <add name="xxx.MySettings.OLEConString" connectionString="Provider=SQLOLEDB;server=10.0.0.23;Persist Security Info=True;Password=password;User ID=sa;database=XXX"
          providerName="System.Data.OleDb" />
        <add name="xxx.MySettings.ConnectionString" connectionString="Provider=SQLNCLI.1;server=10.0.0.23;Persist Security Info=True;Password=password;User ID=sa;database=XXX"
          providerName="System.Data.OleDb" />
        <add name="xxx.MySettings.WGCConnectionString" connectionString="server=192.0.0.23;database=XXX;Persist Security Info=True;User ID=sa;Password=password"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
      <appSettings>
        <!--   User application and configured property settings go here.-->
        <!--   Example: <add key="settingName" value="settingValue"/> -->
      </appSettings>
    </configuration>
    We have two sites, IP 10 range is the head office and 192 is a sub office and both sites using same application but different databases.
    Please help!
    Thanks
    Kumar

    Debug 
    'MyApps.exe': Loaded 'C:\MySuite\MySuite\bin\MyApps.exe', No native symbols in symbol file.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\msvcr80.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\dae02331a443fb52216ca83292cb2f21\mscorlib.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msctf.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\TeamViewer\Version9\tv_w32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\MyApps.exe', Symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\4b0455ae94e3cecca4bb3ba8c96828c9\System.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\424bff3295c6e7539cc6df62b9425bd0\System.Drawing.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\1cdfe1998ad6794db3237006906c6fa2\System.Windows.Forms.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualBas#\aa86b1a0c9a5bd2a973bef106c0461f9\Microsoft.VisualBasic.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data\af8afdcab485e00a04b18ed487981f3d\System.Data.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'System.Data.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'System.Data.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configuration\4b6e70acd99dc22e29b7fc8f9ac340c4\System.Configuration.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\7faf645dc46781225cb722edf9e1e738\System.Xml.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\GdiPlus.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\en\MyApps.resources.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Transactions\7e310942e6e9a5d623e003130ec3d9bd\System.Transactions.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'System.Transactions.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'System.Transactions.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\sxs.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\clbcatq.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comres.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\oledb32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msdart.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\oledb32r.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\sqloledb.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\msdatl3.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comsvcs.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\colbact.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mtxclu.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\clusapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\resutils.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\userenv.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dbnetlib.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\security.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msapsspc.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt40.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msapsspc.dll'
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msvcrt40.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\schannel.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\digest.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\digest.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msnsspc.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt40.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msnsspc.dll'
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msvcrt40.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msv1_0.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\cryptdll.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\iphlpapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ntdsapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\rsaenh.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dssenh.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.EnterpriseSe#\78e7a4c3acd1a345c4ef1f73ff48a1dd\System.EnterpriseServices.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'ImageAtBase0x10000000', No symbols loaded.
    'MyApps.exe': Unloaded 'ImageAtBase0x10000000'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.EnterpriseSe#\78e7a4c3acd1a345c4ef1f73ff48a1dd\System.EnterpriseServices.Wrapper.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'ImageAtBase0x11000000', No symbols loaded.
    'MyApps.exe': Unloaded 'ImageAtBase0x11000000'
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorsec.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\riched20.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\riched20.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\cryptnet.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\psapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\sensapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\winhttp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\MySuite\MySuite\bin\C1.Win.C1TrueDBGrid.2.dll', Binary was not built with debug information.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\C1.Win.C1TrueDBGrid.2.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Accessibility\06b454361516e65eca55a743cd93cefc\Accessibility.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Accessibility\2.0.0.0__b03f5f7f11d50a3a\Accessibility.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    *** HR originated: -2147024774
    ***   Source File: d:\iso_whid\x86fre\base\isolation\com\copyout.cpp, line 1302
    *** HR propagated: -2147024774
    ***   Source File: d:\iso_whid\x86fre\base\isolation\com\enumidentityattribute.cpp, line 144
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mslbui.dll', No symbols loaded.
    The thread 'Win32 Thread' (0xc20) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x9b4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1464) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x6a8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdf4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1110) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xc04) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1188) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xd9c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x153c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x10d8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x914) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x175c) has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: Managed' has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: Native' has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: T-SQL' has exited with code 0 (0x0).

  • Network-related or instance-specific error

    Hi,
    When I run my application through IIS by specifying the server IP and virtual directory in the browser, I am getting the following error:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify
    that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).
    But when I run on visual studio it is working well. What might be the problem? I am connecting to SQL Server 2000 instance on another server.

    But when I run on visual studio it is working well.
    If Windows authentication is used to logon to SQL Server and you run your Project in VS, then your account is used to logon to SQL Server and I guess you have permissions to logon.
    If it runs in IIS, then the Service account of IIS is used to logon and may the account don't have permissions to do so. You should find an entry in SQL Server ErrorLog about the failed logon.
    Grant permissions for that account or Change the account for the web side.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

Maybe you are looking for

  • Macbook Air wont's open PDF in Safari browser Version 7.1 (9537.85.10.17.1)

    Hi Guys, can anyone help me out here i bought a new 2014 Macbook Air with a maverick's OS X Version 10.9.5 and it wont's open PDF in Safari browser Version 7.1 (9537.85.10.17.1). I have a adobe reader Version IX 11.0.09 this is the message i get when

  • Cannot create/open files in CS5 for Mac, no windows pop up

    Hi there, I am extremely frustrated and in need of some help. I have CS5 for my Mac (running on OSX 10.7.5) and I cannot get any windows to open. If I open the program, go to File > New and try to create something when I hit OK there is no new blank

  • Can't Change Page Display

    Although I have changed the Page Display in Preferences to 100% it continues to open documents an the web at 164%. Is ther another setting for this?? James.

  • 'Cannot begin data load. Analytic Server Error(1042006): Network Error

    Hi... I got a error message when I upload data from source file into Planning via IKM SQL to Essbase (data). Some records are found following errors. 'Cannot begin data load. Analytic Server Error(1042006): Network Error [10061]: Unable To Connect To

  • Impdp of a table but changing its name

    hello to all, I have un Data Pump export, now I need only a table from it, but I can't overwrite that exists. Can I import that table changing name's table or import it in another schema different from that I used to export? May be with TRANSFORM opt