Mcf properties are safe to remove?

Hello all,
I want to remove mcf properties from my Oracle application adapter (Connect to a business event), but I can't deploy the process any more.
Anyone can help?
Jdev: 10.1.3.4.0.4270
SOA Suite: 10.1.3.4 on AIX 5.3
--> From
<!-- These mcf properties are safe to remove.-->
<jca:address location="jdbc/fmis" UIConnectionName="FMIS" UIOracleAppType="WFBES" UIWfEventName="xx.oracle.apps.ap.event.xmlRemit"
ManagedConnectionFactory="oracle.tip.adapter.apps.AppsManagedConnectionFactory"
mcf.ConnectionString="jdbc:oracle:thin:@server1.test.com.au:1524:B2B1"
mcf.UserName="apps"
mcf.Password="7CC4D295E4DDDA919427B6716C0BDD1D" />
--> To
<jca:address location="jdbc/fmis" UIConnectionName="FMIS" UIOracleAppType="WFBES" UIWfEventName="xx.oracle.apps.ap.event.xmlRemit"
ManagedConnectionFactory="oracle.tip.adapter.apps.AppsManagedConnectionFactory" />
--> Error message
BUILD FAILED
C:\projects\eProcurement\PAEBSToB2B\build.xml:78: A problem occured while connecting to server "server1.test.com.au" using port "7783": bpel_PAEBSToB2B_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
Could not initialize activation agent.
An error occured while initializing an activation agent for process "PAEBSToB2B", revision "1.0".
Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: ORABPEL-12517
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{OpaqueSchema=false, DatabaseSchema=APPS, QueueName=WF_BPEL_Q, Consumer=ORA_6os32h1m84r38di684rj2c1k61, MessageSelectorRule=tab.user_data.event_name = 'xx.oracle.apps.ap.event.xmlRemit', AppsEventSchema=NO_SCHEMA} due to the following reason: ORABPEL-00000
Error in creating the managed connection pool.Invalid Connection Cache Name. Must be a valid String and Unique
Please correct the reported issue and redeploy the BPEL process.
at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:428)
at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1733)
at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1691)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:950)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:792)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:455)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
at java.security.AccessController.doPrivileged(AccessController.java:279)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:727)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:810)
Total time: 40 seconds
Regards,
Kerr

As far as I know if you are using Managed mode, mcf.* properties should not matter. Adapter should use these mcf.* properties only in non-managed mode.
Please confirm if how you are suing adapter (Managed/NonManaged)?
Thanks
Manoj

Similar Messages

  • Safe to remove mcf properties for Oracle Application Adapter?

    Hello all,
    I want to remove mcf properties from my Oracle application adapter (Connect to a business event), but I can't deploy the process any more.
    Anyone can help?
    Jdev: 10.1.3.4.0.4270
    SOA Suite: 10.1.3.4 on AIX 5.3
    --> From
    <!-- These mcf properties are safe to remove.-->
    <jca:address location="jdbc/fmis" UIConnectionName="FMIS" UIOracleAppType="WFBES" UIWfEventName="xx.oracle.apps.ap.event.xmlRemit"
    ManagedConnectionFactory="oracle.tip.adapter.apps.AppsManagedConnectionFactory"
    mcf.ConnectionString="jdbc:oracle:thin:@server1.test.com.au:1524:B2B1"
    mcf.UserName="apps"
    mcf.Password="7CC4D295E4DDDA919427B6716C0BDD1D" />
    --> To
    <jca:address location="jdbc/fmis" UIConnectionName="FMIS" UIOracleAppType="WFBES" UIWfEventName="xx.oracle.apps.ap.event.xmlRemit"
    ManagedConnectionFactory="oracle.tip.adapter.apps.AppsManagedConnectionFactory" />
    --> Error message
    BUILD FAILED
    C:\projects\eProcurement\PAEBSToB2B\build.xml:78: A problem occured while connecting to server "server1.test.com.au" using port "7783": bpel_PAEBSToB2B_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "PAEBSToB2B", revision "1.0".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{OpaqueSchema=false, DatabaseSchema=APPS, QueueName=WF_BPEL_Q, Consumer=ORA_6os32h1m84r38di684rj2c1k61, MessageSelectorRule=tab.user_data.event_name = 'xx.oracle.apps.ap.event.xmlRemit', AppsEventSchema=NO_SCHEMA} due to the following reason: ORABPEL-00000
    Error in creating the managed connection pool.Invalid Connection Cache Name. Must be a valid String and Unique
    Please correct the reported issue and redeploy the BPEL process.
    at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:428)
    at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1733)
    at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1691)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:950)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:792)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:455)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(AccessController.java:279)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:727)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:810)
    Total time: 40 seconds
    Regards,
    Kerr

    Thanks James,
    I feel it is not my configuration problem.
    Here are my configurations.
    All oc4j-ra.xml configuration point to connection pool AppsB2BPool, with a JNDI name jdbc/fmis.
    And I only hit this problem when I try to deploy a BPEL process with an application adapter to use e-business event.
    $ORACLE_HOME/j2ee/oc4j_soa/config/data-sources.xml
    <connection-pool name="AppsB2BPool">
    <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource" user="apps" password="PASSWORD" url="jdbc:oracle:thin:@(DESCRIPTIO
    N=(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=tcp)(HOST=testserver.nsw.gov.au)(PORT=1524)))(CONNECT_DATA=(SERVICE_NAME=B2B))
    )" commit-record-table-name=""/>
    <managed-data-source connection-pool-name="AppsB2BPool" jndi-name="jdbc/fmis" name="FMIS"/>
    $ORACLE_HOME/j2ee/oc4j_soa/application-deployments/default/DbAdapter/oc4j-ra.xml
    add:
         <connector-factory location="eis/DB/FMIS" connector-name="FMIS Database Adapter">
    <config-property name="xADataSourceName" value="jdbc/fmis"/>
    <config-property name="dataSourceName" value=""/>
    <config-property name="platformClassName" value="oracle.toplink.platform.database.Oracle9Platform"/>
    <config-property name="usesNativeSequencing" value="true"/>
    <config-property name="sequencePreallocationSize" value="50"/>
    <config-property name="defaultNChar" value="false"/>
    <config-property name="usesBatchWriting" value="true"/>
    <connection-pooling use="none">
    </connection-pooling>
    <security-config use="none">
    </security-config>
         </connector-factory>
    $ORACLE_HOME/j2ee/oc4j_soa/application-deployments/default/AqAdapter/oc4j-ra.xml
    add:
         <connector-factory location="eis/AQ/FMIS" connector-name="FMIS AQ Adapter">
    <config-property name="xADataSourceName" value="jdbc/fmis"/>
    <config-property name="dataSourceName" value=""/>
    <config-property name="connectionString" value=""/>
    <config-property name="userName" value=""/>
    <config-property name="password" value=""/>
    <config-property name="defaultNChar" value="false"/>
    <config-property name="useDefaultConnectionManager" value="false"/>
    <connection-pooling use="none">
    </connection-pooling>
    <security-config use="none">
    </security-config>
    </connector-factory>
    $ORACLE_HOME/j2ee/oc4j_soa/application-deployments/default/AppsAdapter/oc4j-ra.xml
    add:
         <connector-factory location="eis/Apps/FMIS" connector-name="FMIS Applications Adapter">
    <config-property name="xADataSourceName" value="jdbc/fmis"/>
    <config-property name="dataSourceName" value=""/>
    <connection-pooling use="none">
    </connection-pooling>
    <security-config use="none">
    </security-config>
    </connector-factory>
    By the way, I have raised a SR 7551800.992 at the same time.
    Regards,
    Kerr

  • [solved] Which disowned files are safe to be removed?

    Hello,
    I wanted to clean up my system and used the script from here [1] to search for all disowned files. Obviously not all of them are safe to be removed.
    Which of the following files can be safely removed?
    /etc/adjtime
    /etc/fonts/conf.d/37-repl-global-free.conf
    /etc/fonts/conf.d/60-latin-free.conf
    /etc/fonts/conf.d/65-non-latin-free.conf
    /etc/fonts/conf.d/66-aliases-wine-free.conf
    /etc/fonts/conf.d/93-final-lang-spec-free.conf
    /etc/group-
    /etc/gshadow-
    /etc/hostname
    /etc/ld.so.cache
    /etc/locale.conf
    /etc/localtime
    /etc/machine-id
    /etc/pacman.d/gnupg/
    /etc/pacman.d/gnupg/gpg.conf
    /etc/pacman.d/gnupg/pubring.gpg
    /etc/pacman.d/gnupg/pubring.gpg~
    /etc/pacman.d/gnupg/random_seed
    /etc/pacman.d/gnupg/secring.gpg
    /etc/pacman.d/gnupg/trustdb.gpg
    /etc/pango/pango.modules
    /etc/pango/pango.modules-32
    /etc/passwd-
    /etc/.pwd.lock
    /etc/shadow-
    /etc/skel/.cache/
    /etc/skel/.cache/chromium/
    /etc/skel/.cache/dconf/
    /etc/skel/.cache/dconf/user
    /etc/skel/.cache/event-sound-cache.tdb.Cinnarch.i686-pc-linux-gnu
    /etc/skel/.cache/gnome-control-center/
    /etc/skel/.cache/gnome-control-center/backgrounds/
    /etc/skel/.cache/gnome-control-center/backgrounds/e4f6ef8a8d8207a9ee614d1a47ed0aa1fbb370977a8f0c16ae57ad053cf3259f
    /etc/skel/.cache/gvfs-burn/
    /etc/skel/.cache/wallpaper/
    /etc/skel/.cache/wallpaper/0_5_1440_900_32bd62800dca3da9b2b33f3d2c8168e1
    /etc/skel/.config/
    /etc/skel/.config/chromium/
    /etc/skel/.config/chromium/chrome_shutdown_ms.txt
    /etc/skel/.config/chromium/Default/
    /etc/skel/.config/chromium/Default/Archived History
    /etc/skel/.config/chromium/Default/Archived History-journal
    /etc/skel/.config/chromium/Default/Bookmarks
    /etc/skel/.config/chromium/Default/Cookies
    /etc/skel/.config/chromium/Default/Cookies-journal
    /etc/skel/.config/chromium/Default/Current Session
    /etc/skel/.config/chromium/Default/Current Tabs
    /etc/skel/.config/chromium/Default/Extensions/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/Cached Theme.pak
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/images/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/images/back.png
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/images/Frame.png
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/images/theme_button_background.png
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/images/theme_tab_background.png
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/images/theme_toolbar.png
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ar/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ar/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/bg/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/bg/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/bn/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/bn/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ca/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ca/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/cs/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/cs/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/da/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/da/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/de/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/de/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/el/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/el/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/en/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/en_GB/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/en_GB/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/en/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/es/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/es_419/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/es_419/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/es/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/et/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/et/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/fi/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/fil/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/fil/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/fi/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/fr/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/fr/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/gu/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/gu/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/hi/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/hi/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/hr/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/hr/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/hu/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/hu/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/id/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/id/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/it/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/it/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/iw/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/iw/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ja/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ja/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/kn/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/kn/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ko/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ko/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/lt/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/lt/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/lv/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/lv/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ml/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ml/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/mr/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/mr/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/nl/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/nl/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/no/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/no/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/or/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/or/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/pl/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/pl/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/pt_BR/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/pt_BR/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/pt_PT/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/pt_PT/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ro/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ro/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ru/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ru/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sk/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sk/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sl/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sl/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sr/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sr/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sv/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/sv/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ta/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/ta/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/te/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/te/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/th/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/th/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/tr/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/tr/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/uk/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/uk/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/vi/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/vi/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/zh_CN/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/zh_CN/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/zh_HK/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/zh_HK/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/zh_TW/
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/_locales/zh_TW/messages.json
    /etc/skel/.config/chromium/Default/Extensions/hfjhlpgahgkpncekpdkgfoeppikldble/19.7_0/manifest.json
    /etc/skel/.config/chromium/Default/Favicons
    /etc/skel/.config/chromium/Default/Favicons-journal
    /etc/skel/.config/chromium/Default/History-journal
    /etc/skel/.config/chromium/Default/History Provider Cache
    /etc/skel/.config/chromium/Default/Local Storage/
    /etc/skel/.config/chromium/Default/Local Storage/https_chrome.google.com_0.localstorage
    /etc/skel/.config/chromium/Default/Local Storage/https_chrome.google.com_0.localstorage-journal
    /etc/skel/.config/chromium/Default/Login Data
    /etc/skel/.config/chromium/Default/Login Data-journal
    /etc/skel/.config/chromium/Default/Network Action Predictor
    /etc/skel/.config/chromium/Default/Network Action Predictor-journal
    /etc/skel/.config/chromium/Default/Preferences
    /etc/skel/.config/chromium/Default/README
    /etc/skel/.config/chromium/Default/Shortcuts
    /etc/skel/.config/chromium/Default/Shortcuts-journal
    /etc/skel/.config/chromium/Default/Top Sites
    /etc/skel/.config/chromium/Default/Top Sites-journal
    /etc/skel/.config/chromium/Default/User StyleSheets/
    /etc/skel/.config/chromium/Default/User StyleSheets/Custom.css
    /etc/skel/.config/chromium/Default/Web Data
    /etc/skel/.config/chromium/Default/Web Data-journal
    /etc/skel/.config/chromium/Dictionaries/
    /etc/skel/.config/chromium/First Run
    /etc/skel/.config/chromium/Local State
    /etc/skel/.config/chromium/Safe Browsing Bloom_new
    /etc/skel/.config/chromium/Safe Browsing Cookies
    /etc/skel/.config/chromium/Safe Browsing Cookies-journal
    /etc/skel/.config/chromium/Safe Browsing Csd Whitelist_new
    /etc/skel/.config/chromium/Safe Browsing Download_new
    /etc/skel/.config/chromium/Safe Browsing Download Whitelist_new
    /etc/skel/.config/chromium/Service State
    /etc/skel/.config/chromium/Temp/
    /etc/skel/.config/dconf/
    /etc/skel/.config/dconf/user
    /etc/skel/.config/eog/
    /etc/skel/.config/eog/accels
    /etc/skel/.config/gnome-control-center/
    /etc/skel/.config/gnome-control-center/backgrounds/
    /etc/skel/.config/gnome-control-center/backgrounds/last-edited.xml
    /etc/skel/.config/gnome-session/
    /etc/skel/.config/gnome-session/saved-session/
    /etc/skel/.config/gtk-2.0/
    /etc/skel/.config/gtk-2.0/gtkfilechooser.ini
    /etc/skel/.config/marlin/
    /etc/skel/.config/marlin/marlin.db
    /etc/skel/.config/nautilus/
    /etc/skel/.config/yad.conf
    /etc/skel/.gconf/
    /etc/skel/.gconf/apps/
    /etc/skel/.gconf/apps/%gconf.xml
    /etc/skel/.gconf/apps/gnome-terminal/
    /etc/skel/.gconf/apps/gnome-terminal/%gconf.xml
    /etc/skel/.gconf/apps/gnome-terminal/profiles/
    /etc/skel/.gconf/apps/gnome-terminal/profiles/Default/
    /etc/skel/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml
    /etc/skel/.gconf/apps/gnome-terminal/profiles/%gconf.xml
    /etc/skel/.gconf/apps/nm-applet/
    /etc/skel/.gconf/apps/nm-applet/%gconf.xml
    /etc/skel/.gconf/desktop/
    /etc/skel/.gconf/desktop/gnome/
    /etc/skel/.gconf/desktop/gnome/background/
    /etc/skel/.gnome2/
    /etc/skel/.gnome2/keyrings/
    /etc/skel/.gnome2/nautilus-scripts/
    /etc/skel/.local/
    /etc/skel/.local/share/
    /etc/skel/.local/share/applications/
    /etc/skel/.local/share/applications/mimeapps.list
    /etc/skel/.local/share/cinnamon/
    /etc/skel/.local/share/cinnamon/applets/
    /etc/skel/.local/share/cinnamon/application_state
    /etc/skel/.local/share/cinnamon/extensions/
    /etc/skel/.local/share/.converted-launchers
    /etc/skel/.local/share/gsettings-data-convert
    /etc/skel/.local/share/gvfs-metadata/
    /etc/skel/.local/share/gvfs-metadata/home
    /etc/skel/.local/share/gvfs-metadata/home-dde772a5.log
    /etc/skel/.local/share/icc/
    /etc/skel/.local/share/icc/edid-4c41850672de5b0d465aaecce47e1ff0.icc
    /etc/skel/.local/share/icc/edid-5329f3f05df0972eed9378954fd31ae2.icc
    /etc/skel/.local/share/icc/edid-88edfa5ccddfd398ceb0472aad4890d9.icc
    /etc/skel/.local/share/Trash/
    /etc/skel/.local/share/Trash/expunged/
    /etc/skel/.local/share/Trash/files/
    /etc/skel/.local/share/Trash/info/
    /etc/sysctl.d/99-sysctl.conf
    /etc/systemd/system/auditd.service
    /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
    /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service
    /etc/systemd/system/dbus-org.freedesktop.thermald.service
    /etc/systemd/system/default.target.wants/
    /etc/systemd/system/default.target.wants/asd-resync.service
    /etc/systemd/system/default.target.wants/psd-resync.service
    /etc/systemd/system/display-manager.service
    /etc/systemd/system/[email protected]
    /etc/systemd/system/getty.target.wants/
    /etc/systemd/system/getty.target.wants/[email protected]
    /etc/systemd/system/graphical.target.wants/
    /etc/systemd/system/graphical.target.wants/tlp.service
    /etc/systemd/system/local-fs.target.wants/
    /etc/systemd/system/local-fs.target.wants/tlp.service
    /etc/systemd/system/multi-user.target.wants/asd.service
    /etc/systemd/system/multi-user.target.wants/crashplan.service
    /etc/systemd/system/multi-user.target.wants/hdapsd.service
    /etc/systemd/system/multi-user.target.wants/NetworkManager.service
    /etc/systemd/system/multi-user.target.wants/ntpd.service
    /etc/systemd/system/multi-user.target.wants/psd.service
    /etc/systemd/system/multi-user.target.wants/setkeycodes.service
    /etc/systemd/system/multi-user.target.wants/thermald.service
    /etc/systemd/system/plymouth-quit-wait.service
    /etc/systemd/system/plymouth-start.service
    /etc/systemd/system/powersaving.service
    /etc/systemd/system/setkeycodes.service
    /etc/systemd/system/sleep.target.wants/
    /etc/systemd/system/sleep.target.wants/tlp-sleep.service
    /etc/systemd/system/syslog.service
    /etc/systemd/system/syslog.target
    /etc/texmf/ls-R
    /etc/udev/hwdb.bin
    /etc/X11/xorg.conf.d/00-keyboard.conf
    /etc/X11/xorg.conf.d/20-intel.conf
    /etc/X11/xorg.conf.d/99-calibration.conf
    /etc/xdg/gtk-2.0/
    /etc/xml/catalog
    /usr/bin/pacman-boot
    /usr/bin/populate
    /usr/bin/rdmsr
    /usr/bin/update_rubygems
    /usr/bin/wrmsr
    /usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders.cache
    /usr/lib32/gtk-2.0/2.10.0/immodules.cache
    /usr/lib32/libffi-3.0.12/
    /usr/lib32/libffi-3.0.12/include/
    /usr/lib32/libffi-3.0.12/include/ffi.h
    /usr/lib32/libffi-3.0.12/include/ffitarget.h
    /usr/lib/avahi/service-types.db.pacsave
    /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
    /usr/lib/gio/modules/giomodule.cache
    /usr/lib/gtk-2.0/2.10.0/immodules.cache
    /usr/lib/gtk-3.0/3.0.0/immodules.cache
    /usr/lib/locale/locale-archive
    /usr/lib/modules/3.7.10-1-ARCH/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/arch/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/arch/x86
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/acpi
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/base
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/block
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/bus
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/char
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/dca
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/dma/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/dma/ioat
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/md/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/pcmcia
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/staging/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/drivers/target
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/affs
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/jbd2
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/jffs2
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/lockd
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/logfs
    /usr/lib/modules/3.7.10-1-ARCH/kernel/fs/ufs
    /usr/lib/modules/3.7.10-1-ARCH/kernel/kernel/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/sound/
    /usr/lib/modules/3.7.10-1-ARCH/kernel/sound/drivers
    /usr/lib/modules/extramodules-3.11-ARCH/phc-intel.ko
    /usr/lib/systemd/system/first-boot.service
    /usr/lib/systemd/system/pacman-init.service
    /usr/lib/systemd/system-sleep/00powersave
    /usr/lib/systemd/system-sleep/tpm.sh
    /usr/lib/tmpfiles.d/transmission.conf.backup
    /usr/share/applications/mimeinfo.cache
    /usr/share/fonts/local/
    /usr/share/fonts/local/fonts.dir
    /usr/share/fonts/local/fonts.scale
    /usr/share/fonts/misc/fonts.dir
    /usr/share/fonts/misc/fonts.scale
    /usr/share/fonts/OTF/fonts.dir
    /usr/share/fonts/OTF/fonts.scale
    /usr/share/fonts/TTF/fonts.dir
    /usr/share/fonts/TTF/fonts.scale
    /usr/share/fonts/Type1/fonts.dir
    /usr/share/fonts/Type1/fonts.scale
    /usr/share/gdb/python/gdb/command/explore.pyc
    /usr/share/gdb/python/gdb/command/__init__.pyc
    /usr/share/gdb/python/gdb/command/pretty_printers.pyc
    /usr/share/gdb/python/gdb/command/prompt.pyc
    /usr/share/gdb/python/gdb/prompt.pyc
    /usr/share/glib-2.0/gdb/glib.pyc
    /usr/share/glib-2.0/gdb/gobject.pyc
    /usr/share/glib-2.0/schemas/gschemas.compiled
    /usr/share/gtk-doc/html/gtk2/AbstractObje....html
    /usr/share/icons/gnome/icon-theme.cache
    /usr/share/icons/hicolor/icon-theme.cache
    /usr/share/info/dir
    /usr/share/libgphoto2/
    /usr/share/libgphoto2/asus_oled.ko.gz
    /usr/share/locale/en@cyrillic/
    /usr/share/locale/en@cyrillic/LC_MESSAGE?
    /usr/share/mime/aliases
    /usr/share/mime/application/
    /usr/share/mime/application/andrew-inset.xml
    /usr/share/mime/application/annodex.xml
    /usr/share/mime/application/atom+xml.xml
    /usr/share/mime/application/dicom.xml
    /usr/share/mime/application/ecmascript.xml
    /usr/share/mime/application/epub+zip.xml
    /usr/share/mime/application/font-woff.xml
    /usr/share/mime/application/gml+xml.xml
    /usr/share/mime/application/gnunet-directory.xml
    /usr/share/mime/application/gzip.xml
    /usr/share/mime/application/illustrator.xml
    /usr/share/mime/application/javascript.xml
    /usr/share/mime/application/mac-binhex40.xml
    /usr/share/mime/application/mathematica.xml
    /usr/share/mime/application/mathml+xml.xml
    /usr/share/mime/application/mbox.xml
    /usr/share/mime/application/metalink4+xml.xml
    /usr/share/mime/application/metalink+xml.xml
    /usr/share/mime/application/msword-template.xml
    /usr/share/mime/application/msword.xml
    /usr/share/mime/application/mxf.xml
    /usr/share/mime/application/nemo-action.xml
    /usr/share/mime/application/octet-stream.xml
    /usr/share/mime/application/oda.xml
    /usr/share/mime/application/ogg.xml
    /usr/share/mime/application/oxps.xml
    /usr/share/mime/application/pdf.xml
    /usr/share/mime/application/pgp-encrypted.xml
    /usr/share/mime/application/pgp-keys.xml
    /usr/share/mime/application/pgp-signature.xml
    /usr/share/mime/application/pkcs10.xml
    /usr/share/mime/application/pkcs7-mime.xml
    /usr/share/mime/application/pkcs7-signature.xml
    /usr/share/mime/application/pkcs8.xml
    /usr/share/mime/application/pkix-cert.xml
    /usr/share/mime/application/pkix-crl.xml
    /usr/share/mime/application/pkix-pkipath.xml
    /usr/share/mime/application/postscript.xml
    /usr/share/mime/application/prs.plucker.xml
    /usr/share/mime/application/ram.xml
    /usr/share/mime/application/rdf+xml.xml
    /usr/share/mime/application/relax-ng-compact-syntax.xml
    /usr/share/mime/application/rss+xml.xml
    /usr/share/mime/application/rtf.xml
    /usr/share/mime/application/sdp.xml
    /usr/share/mime/application/sieve.xml
    /usr/share/mime/application/smil.xml
    /usr/share/mime/application/vnd.android.package-archive.xml
    /usr/share/mime/application/vnd.apple.mpegurl.xml
    /usr/share/mime/application/vnd.corel-draw.xml
    /usr/share/mime/application/vnd.emusic-emusic_package.xml
    /usr/share/mime/application/vnd.google-earth.kml+xml.xml
    /usr/share/mime/application/vnd.google-earth.kmz.xml
    /usr/share/mime/application/vnd.hp-hpgl.xml
    /usr/share/mime/application/vnd.hp-pcl.xml
    /usr/share/mime/application/vnd.iccprofile.xml
    /usr/share/mime/application/vnd.insync.link.drive.doc.xml
    /usr/share/mime/application/vnd.insync.link.drive.draw.xml
    /usr/share/mime/application/vnd.insync.link.drive.form.xml
    /usr/share/mime/application/vnd.insync.link.drive.link.xml
    /usr/share/mime/application/vnd.insync.link.drive.note.xml
    /usr/share/mime/application/vnd.insync.link.drive.script.xml
    /usr/share/mime/application/vnd.insync.link.drive.sheet.xml
    /usr/share/mime/application/vnd.insync.link.drive.slides.xml
    /usr/share/mime/application/vnd.insync.link.drive.table.xml
    /usr/share/mime/application/vnd.lotus-1-2-3.xml
    /usr/share/mime/application/vnd.lotus-wordpro.xml
    /usr/share/mime/application/vnd.mozilla.xul+xml.xml
    /usr/share/mime/application/vnd.ms-access.xml
    /usr/share/mime/application/vnd.ms-cab-compressed.xml
    /usr/share/mime/application/vnd.ms-excel.addin.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.sheet.binary.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.sheet.binary.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.sheet.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.sheet.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.template.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.template.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-excel.xml
    /usr/share/mime/application/vnd.ms-htmlhelp.xml
    /usr/share/mime/application/vnd.ms-powerpoint.addin.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.presentation.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.presentation.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.slide.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.slideshow.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.template.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.template.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-powerpoint.xml
    /usr/share/mime/application/vnd.ms-tnef.xml
    /usr/share/mime/application/vnd.ms-word.document.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-word.document.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-word.template.macroenabled.12.xml
    /usr/share/mime/application/vnd.ms-word.template.macroEnabled.12.xml
    /usr/share/mime/application/vnd.ms-word.xml
    /usr/share/mime/application/vnd.ms-works.xml
    /usr/share/mime/application/vnd.ms-wpl.xml
    /usr/share/mime/application/vnd.oasis.opendocument.chart-template.xml
    /usr/share/mime/application/vnd.oasis.opendocument.chart.xml
    /usr/share/mime/application/vnd.oasis.opendocument.database.xml
    /usr/share/mime/application/vnd.oasis.opendocument.formula-template.xml
    /usr/share/mime/application/vnd.oasis.opendocument.formula.xml
    /usr/share/mime/application/vnd.oasis.opendocument.graphics-flat-xml.xml
    /usr/share/mime/application/vnd.oasis.opendocument.graphics-template.xml
    /usr/share/mime/application/vnd.oasis.opendocument.graphics.xml
    /usr/share/mime/application/vnd.oasis.opendocument.image.xml
    /usr/share/mime/application/vnd.oasis.opendocument.presentation-flat-xml.xml
    /usr/share/mime/application/vnd.oasis.opendocument.presentation-template.xml
    /usr/share/mime/application/vnd.oasis.opendocument.presentation.xml
    /usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-flat-xml.xml
    /usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml
    /usr/share/mime/application/vnd.oasis.opendocument.spreadsheet.xml
    /usr/share/mime/application/vnd.oasis.opendocument.text-flat-xml.xml
    /usr/share/mime/application/vnd.oasis.opendocument.text-master.xml
    /usr/share/mime/application/vnd.oasis.opendocument.text-template.xml
    /usr/share/mime/application/vnd.oasis.opendocument.text-web.xml
    /usr/share/mime/application/vnd.oasis.opendocument.text.xml
    /usr/share/mime/application/vnd.openofficeorg.extension.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.presentation.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slideshow.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slide.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.template.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.template.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.document.xml
    /usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.template.xml
    /usr/share/mime/application/vnd.palm.xml
    /usr/share/mime/application/vnd.rn-realmedia.xml
    /usr/share/mime/application/vnd.stardivision.calc.xml
    /usr/share/mime/application/vnd.stardivision.chart.xml
    /usr/share/mime/application/vnd.stardivision.draw.xml
    /usr/share/mime/application/vnd.stardivision.impress.xml
    /usr/share/mime/application/vnd.stardivision.mail.xml
    /usr/share/mime/application/vnd.stardivision.math.xml
    /usr/share/mime/application/vnd.stardivision.writer.xml
    /usr/share/mime/application/vnd.sun.xml.base.xml
    /usr/share/mime/application/vnd.sun.xml.calc.template.xml
    /usr/share/mime/application/vnd.sun.xml.calc.xml
    /usr/share/mime/application/vnd.sun.xml.draw.template.xml
    /usr/share/mime/application/vnd.sun.xml.draw.xml
    /usr/share/mime/application/vnd.sun.xml.impress.template.xml
    /usr/share/mime/application/vnd.sun.xml.impress.xml
    /usr/share/mime/application/vnd.sun.xml.math.xml
    /usr/share/mime/application/vnd.sun.xml.writer.global.xml
    /usr/share/mime/application/vnd.sun.xml.writer.template.xml
    /usr/share/mime/application/vnd.sun.xml.writer.xml
    /usr/share/mime/application/vnd.symbian.install.xml
    /usr/share/mime/application/vnd.tcpdump.pcap.xml
    /usr/share/mime/application/vnd.visio.xml
    /usr/share/mime/application/vnd.wordperfect.xml
    /usr/share/mime/application/winhlp.xml
    /usr/share/mime/application/x-7z-compressed.xml
    /usr/share/mime/application/x-abiword.xml
    /usr/share/mime/application/x-ace.xml
    /usr/share/mime/application/x-alz.xml
    /usr/share/mime/application/x-amipro.xml
    /usr/share/mime/application/x-aportisdoc.xml
    /usr/share/mime/application/x-apple-diskimage.xml
    /usr/share/mime/application/x-applix-spreadsheet.xml
    /usr/share/mime/application/x-applix-word.xml
    /usr/share/mime/application/x-archive.xml
    /usr/share/mime/application/x-arc.xml
    /usr/share/mime/application/x-arj.xml
    /usr/share/mime/application/x-asp.xml
    /usr/share/mime/application/x-audacity-project.xml
    /usr/share/mime/application/x-awk.xml
    /usr/share/mime/application/x-bcpio.xml
    /usr/share/mime/application/x-bittorrent.xml
    /usr/share/mime/application/x-blender.xml
    /usr/share/mime/application/x-bzdvi.xml
    /usr/share/mime/application/x-bzip-compressed-tar.xml
    /usr/share/mime/application/x-bzip.xml
    /usr/share/mime/application/x-bzpdf.xml
    /usr/share/mime/application/x-bzpostscript.xml
    /usr/share/mime/application/x-cb7.xml
    /usr/share/mime/application/x-cbr.xml
    /usr/share/mime/application/x-cbt.xml
    /usr/share/mime/application/x-cbz.xml
    /usr/share/mime/application/x-ccmx.xml
    /usr/share/mime/application/x-cd-image.xml
    /usr/share/mime/application/x-cdrdao-toc.xml
    /usr/share/mime/application/x-chess-pgn.xml
    /usr/share/mime/application/x-cisco-vpn-settings.xml
    /usr/share/mime/application/x-class-file.xml
    /usr/share/mime/application/x-compressed-tar.xml
    /usr/share/mime/application/x-compress.xml
    /usr/share/mime/application/x-core.xml
    /usr/share/mime/application/x-cpio-compressed.xml
    /usr/share/mime/application/x-cpio.xml
    /usr/share/mime/application/x-csh.xml
    /usr/share/mime/application/x-cue.xml
    /usr/share/mime/application/x-dar.xml
    /usr/share/mime/application/x-dbf.xml
    /usr/share/mime/application/x-dc-rom.xml
    /usr/share/mime/application/x-deb.xml
    /usr/share/mime/application/x-designer.xml
    /usr/share/mime/application/x-desktop.xml
    /usr/share/mime/application/x-dia-diagram.xml
    /usr/share/mime/application/x-dia-shape.xml
    /usr/share/mime/application/x-docbook+xml.xml
    /usr/share/mime/application/x-dvi.xml
    /usr/share/mime/application/x-egon.xml
    /usr/share/mime/application/x-e-theme.xml
    /usr/share/mime/application/x-executable.xml
    /usr/share/mime/application/x-fictionbook+xml.xml
    /usr/share/mime/application/x-fluid.xml
    /usr/share/mime/application/x-font-afm.xml
    /usr/share/mime/application/x-font-bdf.xml
    /usr/share/mime/application/x-font-dos.xml
    /usr/share/mime/application/x-font-framemaker.xml
    /usr/share/mime/application/x-font-libgrx.xml
    /usr/share/mime/application/x-font-linux-psf.xml
    /usr/share/mime/application/x-font-otf.xml
    /usr/share/mime/application/x-font-pcf.xml
    /usr/share/mime/application/x-font-speedo.xml
    /usr/share/mime/application/x-font-sunos-news.xml
    /usr/share/mime/application/x-font-tex-tfm.xml
    /usr/share/mime/application/x-font-tex.xml
    /usr/share/mime/application/x-font-ttf.xml
    /usr/share/mime/application/x-font-ttx.xml
    /usr/share/mime/application/x-font-type1.xml
    /usr/share/mime/application/x-font-vfont.xml
    /usr/share/mime/application/x-frame.xml
    /usr/share/mime/application/x-gameboy-rom.xml
    /usr/share/mime/application/x-gba-rom.xml
    /usr/share/mime/application/x-gdbm.xml
    /usr/share/mime/application/x-gedcom.xml
    /usr/share/mime/application/x-genesis-rom.xml
    /usr/share/mime/application/x-gettext-translation.xml
    /usr/share/mime/application/x-glade.xml
    /usr/share/mime/application/x-gmc-link.xml
    /usr/share/mime/application/x-gnome-saved-search.xml
    /usr/share/mime/application/x-gnucash.xml
    /usr/share/mime/application/x-gnumeric.xml
    /usr/share/mime/application/x-gnuplot.xml
    /usr/share/mime/application/x-go-sgf.xml
    /usr/share/mime/application/x-graphite.xml
    /usr/share/mime/application/x-gtk-builder.xml
    /usr/share/mime/application/x-gtktalog.xml
    /usr/share/mime/application/x-gzdvi.xml
    /usr/share/mime/application/x-gz-font-linux-psf.xml
    /usr/share/mime/application/x-gzpdf.xml
    /usr/share/mime/application/x-gzpostscript.xml
    /usr/share/mime/application/x-hdf.xml
    /usr/share/mime/application/xhtml+xml.xml
    /usr/share/mime/application/x-hwp.xml
    /usr/share/mime/application/x-hwt.xml
    /usr/share/mime/application/x-ica.xml
    /usr/share/mime/application/x-iff.xml
    /usr/share/mime/application/x-ipod-firmware.xml
    /usr/share/mime/application/x-it87.xml
    /usr/share/mime/application/x-java-archive.xml
    /usr/share/mime/application/x-java-jce-keystore.xml
    /usr/share/mime/application/x-java-jnlp-file.xml
    /usr/share/mime/application/x-java-keystore.xml
    /usr/share/mime/application/x-java-pack200.xml
    /usr/share/mime/application/x-java.xml
    /usr/share/mime/application/x-jbuilder-project.xml
    /usr/share/mime/application/x-karbon.xml
    /usr/share/mime/application/x-kchart.xml
    /usr/share/mime/application/x-kexi-connectiondata.xml
    /usr/share/mime/application/x-kexiproject-shortcut.xml
    /usr/share/mime/application/x-kexiproject-sqlite2.xml
    /usr/share/mime/application/x-kexiproject-sqlite3.xml
    /usr/share/mime/application/x-kformula.xml
    /usr/share/mime/application/x-killustrator.xml
    /usr/share/mime/application/x-kivio.xml
    /usr/share/mime/application/x-kontour.xml
    /usr/share/mime/application/x-kpovmodeler.xml
    /usr/share/mime/application/x-kpresenter.xml
    /usr/share/mime/application/x-krita.xml
    /usr/share/mime/application/x-kspread-crypt.xml
    /usr/share/mime/application/x-kspread.xml
    /usr/share/mime/application/x-ksysv-package.xml
    /usr/share/mime/application/x-kugar.xml
    /usr/share/mime/application/x-kword-crypt.xml
    /usr/share/mime/application/x-kword.xml
    /usr/share/mime/application/x-lha.xml
    /usr/share/mime/application/x-lhz.xml
    /usr/share/mime/application/x-lrzip-compressed-tar.xml
    /usr/share/mime/application/x-lrzip.xml
    /usr/share/mime/application/x-lyx.xml
    /usr/share/mime/application/x-lzip.xml
    /usr/share/mime/application/x-lzma-compressed-tar.xml
    /usr/share/mime/application/x-lzma.xml
    /usr/share/mime/application/x-lzop.xml
    /usr/share/mime/application/x-m4.xml
    /usr/share/mime/application/x-macbinary.xml
    /usr/share/mime/application/x-magicpoint.xml
    /usr/share/mime/application/x-markaby.xml
    /usr/share/mime/application/x-matroska.xml
    /usr/share/mime/application/x-meld-comparison.xml
    /usr/share/mime/application/x-mif.xml
    /usr/share/mime/application/x-mimearchive.xml
    /usr/share/mime/application/xml-dtd.xml
    /usr/share/mime/application/xml-external-parsed-entity.xml
    /usr/share/mime/application/xml.xml
    /usr/share/mime/application/x-mobipocket-ebook.xml
    /usr/share/mime/application/x-mozilla-bookmarks.xml
    /usr/share/mime/application/x-ms-dos-executable.xml
    /usr/share/mime/application/x-msi.xml
    /usr/share/mime/application/x-ms-wim.xml
    /usr/share/mime/application/x-mswinurl.xml
    /usr/share/mime/application/x-mswrite.xml
    /usr/share/mime/application/x-msx-rom.xml
    /usr/share/mime/application/x-n64-rom.xml
    /usr/share/mime/application/x-nautilus-link.xml
    /usr/share/mime/application/x-navi-animation.xml
    /usr/share/mime/application/x-nes-rom.xml
    /usr/share/mime/application/x-netcdf.xml
    /usr/share/mime/application/x-netshow-channel.xml
    /usr/share/mime/application/x-nintendo-ds-rom.xml
    /usr/share/mime/application/x-nzb.xml
    /usr/share/mime/application/x-object.xml
    /usr/share/mime/application/x-oleo.xml
    /usr/share/mime/application/x-ole-storage.xml
    /usr/share/mime/application/x-pak.xml
    /usr/share/mime/application/x-par2.xml
    /usr/share/mime/application/x-pef-executable.xml
    /usr/share/mime/application/x-perl.xml
    /usr/share/mime/application/x-php.xml
    /usr/share/mime/application/x-pkcs12.xml
    /usr/share/mime/application/x-pkcs7-certificates.xml
    /usr/share/mime/application/x-planperfect.xml
    /usr/share/mime/application/x-pocket-word.xml
    /usr/share/mime/application/x-profile.xml
    /usr/share/mime/application/x-pw.xml
    /usr/share/mime/application/x-python-bytecode.xml
    /usr/share/mime/application/x-qtiplot.xml
    /usr/share/mime/application/x-quattropro.xml
    /usr/share/mime/application/x-quicktime-media-link.xml
    /usr/share/mime/application/x-qw.xml
    /usr/share/mime/application/x-rar.xml
    /usr/share/mime/application/x-rpm.xml
    /usr/share/mime/application/x-ruby.xml
    /usr/share/mime/application/x-sami.xml
    /usr/share/mime/application/x-sc.xml
    /usr/share/mime/application/x-shared-library-la.xml
    /usr/share/mime/application/x-sharedlib.xml
    /usr/share/mime/application/x-shar.xml
    /usr/share/mime/application/x-shellscript.xml
    /usr/share/mime/application/x-shockwave-flash.xml
    /usr/share/mime/application/x-shorten.xml
    /usr/share/mime/application/x-siag.xml
    /usr/share/mime/application/x-slp.xml
    /usr/share/mime/application/xslt+xml.xml
    /usr/share/mime/application/x-smaf.xml
    /usr/share/mime/application/x-sms-rom.xml
    /usr/share/mime/application/x-snes-rom.xml
    /usr/share/mime/application/x-source-rpm.xml
    /usr/share/mime/application/xspf+xml.xml
    /usr/share/mime/application/x-spss-por.xml
    /usr/share/mime/application/x-spss-sav.xml
    /usr/share/mime/application/x-sqlite2.xml
    /usr/share/mime/application/x-sqlite3.xml
    /usr/share/mime/application/x-stuffit.xml
    /usr/share/mime/application/x-subrip.xml
    /usr/share/mime/application/x-sv4cpio.xml
    /usr/share/mime/application/x-sv4crc.xml
    /usr/share/mime/application/x-t602.xml
    /usr/share/mime/application/x-tar.xml
    /usr/share/mime/application/x-tarz.xml
    /usr/share/mime/application/x-tex-gf.xml
    /usr/share/mime/application/x-tex-pk.xml
    /usr/share/mime/application/x-tgif.xml
    /usr/share/mime/application/x-theme.xml
    /usr/share/mime/application/x-toutdoux.xml
    /usr/share/mime/application/x-trash.xml
    /usr/share/mime/application/x-trig.xml
    /usr/share/mime/application/x-troff-man-compressed.xml
    /usr/share/mime/application/x-troff-man.xml
    /usr/share/mime/application/x-tzo.xml
    /usr/share/mime/application/x-ufraw.xml
    /usr/share/mime/application/x-ustar.xml
    /usr/share/mime/application/x-virtualbox-hdd.xml
    /usr/share/mime/application/x-virtualbox-ova.xml
    /usr/share/mime/application/x-virtualbox-ovf.xml
    /usr/share/mime/application/x-virtualbox-vbox-extpack.xml
    /usr/share/mime/application/x-virtualbox-vbox.xml
    /usr/share/mime/application/x-virtualbox-vdi.xml
    /usr/share/mime/application/x-virtualbox-vhd.xml
    /usr/share/mime/application/x-virtualbox-vmdk.xml
    /usr/share/mime/application/x-wais-source.xml
    /usr/share/mime/application/x-windows-themepack.xml
    /usr/share/mime/application/x-wpg.xml
    /usr/share/mime/application/x-wwf.xml
    /usr/share/mime/application/x-x509-ca-cert.xml
    /usr/share/mime/application/x-xbel.xml
    /usr/share/mime/application/x-xliff.xml
    /usr/share/mime/application/x-xoj.xml
    /usr/share/mime/application/x-xpinstall.xml
    /usr/share/mime/application/x-xz-compressed-tar.xml
    /usr/share/mime/application/x-xzpdf.xml
    /usr/share/mime/application/x-xz.xml
    /usr/share/mime/application/x-yaml.xml
    /usr/share/mime/application/x-zerosize.xml
    /usr/share/mime/application/x-zoo.xml
    /usr/share/mime/application/zip.xml
    /usr/share/mime/audio/
    /usr/share/mime/audio/aac.xml
    /usr/share/mime/audio/ac3.xml
    /usr/share/mime/audio/AMR-WB.xml
    /usr/share/mime/audio/AMR.xml
    /usr/share/mime/audio/annodex.xml
    /usr/share/mime/audio/basic.xml
    /usr/share/mime/audio/flac.xml
    /usr/share/mime/audio/midi.xml
    /usr/share/mime/audio/mp2.xml
    /usr/share/mime/audio/mp4.xml
    /usr/share/mime/audio/mpeg.xml
    /usr/share/mime/audio/ogg.xml
    /usr/share/mime/audio/prs.sid.xml
    /usr/share/mime/audio/vnd.dts.hd.xml
    /usr/share/mime/audio/vnd.dts.xml
    /usr/share/mime/audio/vnd.rn-realaudio.xml
    /usr/share/mime/audio/webm.xml
    /usr/share/mime/audio/x-adpcm.xml
    /usr/share/mime/audio/x-aifc.xml
    /usr/share/mime/audio/x-aiff.xml
    /usr/share/mime/audio/x-amzxml.xml
    /usr/share/mime/audio/x-ape.xml
    /usr/share/mime/audio/x-flac+ogg.xml
    /usr/share/mime/audio/x-gsm.xml
    /usr/share/mime/audio/x-iriver-pla.xml
    /usr/share/mime/audio/x-it.xml
    /usr/share/mime/audio/x-m4b.xml
    /usr/share/mime/audio/x-matroska.xml
    /usr/share/mime/audio/x-minipsf.xml
    /usr/share/mime/audio/x-mo3.xml
    /usr/share/mime/audio/x-mod.xml
    /usr/share/mime/audio/x-mpegurl.xml
    /usr/share/mime/audio/x-ms-asx.xml
    /usr/share/mime/audio/x-ms-wma.xml
    /usr/share/mime/audio/x-musepack.xml
    /usr/share/mime/audio/x-psflib.xml
    /usr/share/mime/audio/x-psf.xml
    /usr/share/mime/audio/x-riff.xml
    /usr/share/mime/audio/x-s3m.xml
    /usr/share/mime/audio/x-scpls.xml
    /usr/share/mime/audio/x-speex+ogg.xml
    /usr/share/mime/audio/x-speex.xml
    /usr/share/mime/audio/x-stm.xml
    /usr/share/mime/audio/x-tta.xml
    /usr/share/mime/audio/x-voc.xml
    /usr/share/mime/audio/x-vorbis+ogg.xml
    /usr/share/mime/audio/x-wavpack-correction.xml
    /usr/share/mime/audio/x-wavpack.xml
    /usr/share/mime/audio/x-wav.xml
    /usr/share/mime/audio/x-xi.xml
    /usr/share/mime/audio/x-xmf.xml
    /usr/share/mime/audio/x-xm.xml
    /usr/share/mime/generic-icons
    /usr/share/mime/globs
    /usr/share/mime/globs2
    /usr/share/mime/icons
    /usr/share/mime/image/
    /usr/share/mime/image/bmp.xml
    /usr/share/mime/image/cgm.xml
    /usr/share/mime/image/dpx.xml
    /usr/share/mime/image/fax-g3.xml
    /usr/share/mime/image/fits.xml
    /usr/share/mime/image/g3fax.xml
    /usr/share/mime/image/gif.xml
    /usr/share/mime/image/ief.xml
    /usr/share/mime/image/jp2.xml
    /usr/share/mime/image/jpeg.xml
    /usr/share/mime/image/openraster.xml
    /usr/share/mime/image/png.xml
    /usr/share/mime/image/rle.xml
    /usr/share/mime/image/svg+xml-compressed.xml
    /usr/share/mime/image/svg+xml.xml
    /usr/share/mime/image/tiff.xml
    /usr/share/mime/image/vnd.adobe.photoshop.xml
    /usr/share/mime/image/vnd.djvu.xml
    /usr/share/mime/image/vnd.dwg.xml
    /usr/share/mime/image/vnd.dxf.xml
    /usr/share/mime/image/vnd.microsoft.icon.xml
    /usr/share/mime/image/vnd.ms-modi.xml
    /usr/share/mime/image/vnd.rn-realpix.xml
    /usr/share/mime/image/vnd.wap.wbmp.xml
    /usr/share/mime/image/x-3ds.xml
    /usr/share/mime/image/x-adobe-dng.xml
    /usr/share/mime/image/x-apple-ios-png.xml
    /usr/share/mime/image/x-applix-graphics.xml
    /usr/share/mime/image/x-bzeps.xml
    /usr/share/mime/image/x-canon-cr2.xml
    /usr/share/mime/image/x-canon-crw.xml
    /usr/share/mime/image/x-cmu-raster.xml
    /usr/share/mime/image/x-compressed-xcf.xml
    /usr/share/mime/image/x-dcraw.xml
    /usr/share/mime/image/x-dds.xml
    /usr/share/mime/image/x-dib.xml
    /usr/share/mime/image/x-emf.xml
    /usr/share/mime/image/x-eps.xml
    /usr/share/mime/image/x-exr.xml
    /usr/share/mime/image/x-fpx.xml
    /usr/share/mime/image/x-fuji-raf.xml
    /usr/share/mime/image/x-gzeps.xml
    /usr/share/mime/image/x-icns.xml
    /usr/share/mime/image/x-ilbm.xml
    /usr/share/mime/image/x-jng.xml
    /usr/share/mime/image/x-kodak-dcr.xml
    /usr/share/mime/image/x-kodak-k25.xml
    /usr/share/mime/image/x-kodak-kdc.xml
    /usr/share/mime/image/x-lwo.xml
    /usr/share/mime/image/x-lws.xml
    /usr/share/mime/image/x-macpaint.xml
    /usr/share/mime/image/x-minolta-mrw.xml
    /usr/share/mime/image/x-msod.xml
    /usr/share/mime/image/x-niff.xml
    /usr/share/mime/image/x-nikon-nef.xml
    /usr/share/mime/image/x-olympus-orf.xml
    /usr/share/mime/image/x-panasonic-raw2.xml
    /usr/share/mime/image/x-panasonic-raw.xml
    /usr/share/mime/image/x-pcx.xml
    /usr/share/mime/image/x-pentax-pef.xml
    /usr/share/mime/image/x-photo-cd.xml
    /usr/share/mime/image/x-pict.xml
    /usr/share/mime/image/x-portable-anymap.xml
    /usr/share/mime/image/x-portable-bitmap.xml
    /usr/share/mime/image/x-portable-graymap.xml
    /usr/share/mime/image/x-portable-pixmap.xml
    /usr/share/mime/image/x-quicktime.xml
    /usr/share/mime/image/x-rgb.xml
    /usr/share/mime/image/x-sgi.xml
    /usr/share/mime/image/x-sigma-x3f.xml
    /usr/share/mime/image/x-skencil.xml
    /usr/share/mime/image/x-sony-arw.xml
    /usr/share/mime/image/x-sony-sr2.xml
    /usr/share/mime/image/x-sony-srf.xml
    /usr/share/mime/image/x-sun-raster.xml
    /usr/share/mime/image/x-tga.xml
    /usr/share/mime/image/x-win-bitmap.xml
    /usr/share/mime/image/x-wmf.xml
    /usr/share/mime/image/x-xbitmap.xml
    /usr/share/mime/image/x-xcf.xml
    /usr/share/mime/image/x-xcursor.xml
    /usr/share/mime/image/x-xfig.xml
    /usr/share/mime/image/x-xpixmap.xml
    /usr/share/mime/image/x-xwindowdump.xml
    /usr/share/mime/inode/
    /usr/share/mime/inode/blockdevice.xml
    /usr/share/mime/inode/chardevice.xml
    /usr/share/mime/inode/directory.xml
    /usr/share/mime/inode/fifo.xml
    /usr/share/mime/inode/mount-point.xml
    /usr/share/mime/inode/socket.xml
    /usr/share/mime/inode/symlink.xml
    /usr/share/mime/magic
    /usr/share/mime/message/
    /usr/share/mime/message/delivery-status.xml
    /usr/share/mime/message/disposition-notification.xml
    /usr/share/mime/message/external-body.xml
    /usr/share/mime/message/news.xml
    /usr/share/mime/message/partial.xml
    /usr/share/mime/message/rfc822.xml
    /usr/share/mime/message/x-gnu-rmail.xml
    /usr/share/mime/mime.cache
    /usr/share/mime/model/
    /usr/share/mime/model/vrml.xml
    /usr/share/mime/multipart/
    /usr/share/mime/multipart/alternative.xml
    /usr/share/mime/multipart/appledouble.xml
    /usr/share/mime/multipart/digest.xml
    /usr/share/mime/multipart/encrypted.xml
    /usr/share/mime/multipart/mixed.xml
    /usr/share/mime/multipart/related.xml
    /usr/share/mime/multipart/report.xml
    /usr/share/mime/multipart/signed.xml
    /usr/share/mime/multipart/x-mixed-replace.xml
    /usr/share/mime/subclasses
    /usr/share/mime/text/
    /usr/share/mime/text/cache-manifest.xml
    /usr/share/mime/text/calendar.xml
    /usr/share/mime/text/css.xml
    /usr/share/mime/text/csv.xml
    /usr/share/mime/text/enriched.xml
    /usr/share/mime/text/htmlh.xml
    /usr/share/mime/text/html.xml
    /usr/share/mime/text/plain.xml
    /usr/share/mime/text/rfc822-headers.xml
    /usr/share/mime/text/richtext.xml
    /usr/share/mime/text/sgml.xml
    /usr/share/mime/text/spreadsheet.xml
    /usr/share/mime/text/tab-separated-values.xml
    /usr/share/mime/text/troff.xml
    /usr/share/mime/text/vcard.xml
    /usr/share/mime/text/vnd.graphviz.xml
    /usr/share/mime/text/vnd.rn-realtext.xml
    /usr/share/mime/text/vnd.sun.j2me.app-descriptor.xml
    /usr/share/mime/text/vnd.trolltech.linguist.xml
    /usr/share/mime/text/vnd.wap.wmlscript.xml
    /usr/share/mime/text/vnd.wap.wml.xml
    /usr/share/mime/text/vtt.xml
    /usr/share/mime/text/x-adasrc.xml
    /usr/share/mime/text/x-authors.xml
    /usr/share/mime/text/x-bibtex.xml
    /usr/share/mime/text/x-changelog.xml
    /usr/share/mime/text/x-c++hdr.xml
    /usr/share/mime/text/x-chdr.xml
    /usr/share/mime/text/x-cmake.xml
    /usr/share/mime/text/x-cobol.xml
    /usr/share/mime/text/x-copying.xml
    /usr/share/mime/text/x-credits.xml
    /usr/share/mime/text/x-csharp.xml
    /usr/share/mime/text/x-c++src.xml
    /usr/share/mime/text/x-csrc.xml
    /usr/share/mime/text/x-dcl.xml
    /usr/share/mime/text/x-dsl.xml
    /usr/share/mime/text/x-dsrc.xml
    /usr/share/mime/text/x-eiffel.xml
    /usr/share/mime/text/x-emacs-lisp.xml
    /usr/share/mime/text/x-erlang.xml
    /usr/share/mime/text/x-fortran.xml
    /usr/share/mime/text/x-gettext-translation-template.xml
    /usr/share/mime/text/x-gettext-translation.xml
    /usr/share/mime/text/x-google-video-pointer.xml
    /usr/share/mime/text/x-go.xml
    /usr/share/mime/text/x-haskell.xml
    /usr/share/mime/text/x-idl.xml
    /usr/share/mime/text/x-iMelody.xml
    /usr/share/mime/text/x-install.xml
    /usr/share/mime/text/x-iptables.xml
    /usr/share/mime/text/x-java.xml
    /usr/share/mime/text/x-ldif.xml
    /usr/share/mime/text/x-lilypond.xml
    /usr/share/mime/text/x-literate-haskell.xml
    /usr/share/mime/text/x-log.xml
    /usr/share/mime/text/x-lua.xml
    /usr/share/mime/text/x-makefile.xml
    /usr/share/mime/text/x-markdown.xml
    /usr/share/mime/text/x-matlab.xml
    /usr/share/mime/text/xmcd.xml
    /usr/share/mime/text/x-microdvd.xml
    /usr/share/mime/text/x-moc.xml
    /usr/share/mime/text/x-modelica.xml
    /usr/share/mime/text/x-mof.xml
    /usr/share/mime/text/x-mpsub.xml
    /usr/share/mime/text/x-mrml.xml
    /usr/share/mime/text/x-ms-regedit.xml
    /usr/share/mime/text/x-mup.xml
    /usr/share/mime/text/x-nfo.xml
    /usr/share/mime/text/x-objcsrc.xml
    /usr/share/mime/text/x-ocaml.xml
    /usr/share/mime/text/x-ocl.xml
    /usr/share/mime/text/x-ooc.xml
    /usr/share/mime/text/x-opml+xml.xml
    /usr/share/mime/text/x-pascal.xml
    /usr/share/mime/text/x-patch.xml
    /usr/share/mime/text/x-python.xml
    /usr/share/mime/text/x-qml.xml
    /usr/share/mime/text/x-readme.xml
    /usr/share/mime/text/x-reject.xml
    /usr/share/mime/text/x-rpm-spec.xml
    /usr/share/mime/text/x-scala.xml
    /usr/share/mime/text/x-scheme.xml
    /usr/share/mime/text/x-setext.xml
    /usr/share/mime/text/x-sql.xml
    /usr/share/mime/text/x-ssa.xml
    /usr/share/mime/text/x-subviewer.xml
    /usr/share/mime/text/x-svhdr.xml
    /usr/share/mime/text/x-svsrc.xml
    /usr/share/mime/text/x-tcl.xml
    /usr/share/mime/text/x-texinfo.xml
    /usr/share/mime/text/x-tex.xml
    /usr/share/mime/text/x-troff-me.xml
    /usr/share/mime/text/x-troff-mm.xml
    /usr/share/mime/text/x-troff-ms.xml
    /usr/share/mime/text/x-txt2tags.xml
    /usr/share/mime/text/x-uil.xml
    /usr/share/mime/text/x-uri.xml
    /usr/share/mime/text/x-uuencode.xml
    /usr/share/mime/text/x-vala.xml
    /usr/share/mime/text/x-verilog.xml
    /usr/share/mime/text/x-vhdl.xml
    /usr/share/mime/text/x-xmi.xml
    /usr/share/mime/text/x-xslfo.xml
    /usr/share/mime/treemagic
    /usr/share/mime/types
    /usr/share/mime/version
    /usr/share/mime/video/
    /usr/share/mime/video/3gpp2.xml
    /usr/share/mime/video/3gpp.xml
    /usr/share/mime/video/annodex.xml
    /usr/share/mime/video/dv.xml
    /usr/share/mime/video/isivideo.xml
    /usr/share/mime/video/mp2t.xml
    /usr/share/mime/video/mp4.xml
    /usr/share/mime/video/mpeg.xml
    /usr/share/mime/video/ogg.xml
    /usr/share/mime/video/quicktime.xml
    /usr/share/mime/video/vivo.xml
    /usr/share/mime/video/vnd.mpegurl.xml
    /usr/share/mime/video/vnd.rn-realvideo.xml
    /usr/share/mime/video/wavelet.xml
    /usr/share/mime/video/webm.xml
    /usr/share/mime/video/x-anim.xml
    /usr/share/mime/video/x-flic.xml
    /usr/share/mime/video/x-flv.xml
    /usr/share/mime/video/x-javafx.xml
    /usr/share/mime/video/x-matroska.xml
    /usr/share/mime/video/x-mng.xml
    /usr/share/mime/video/x-ms-asf.xml
    /usr/share/mime/video/x-msvideo.xml
    /usr/share/mime/video/x-ms-wmv.xml
    /usr/share/mime/video/x-nsv.xml
    /usr/share/mime/video/x-ogm+ogg.xml
    /usr/share/mime/video/x-sgi-movie.xml
    /usr/share/mime/video/x-theora+ogg.xml
    /usr/share/mime/x-content/
    /usr/share/mime/x-content/audio-cdda.xml
    /usr/share/mime/x-content/audio-dvd.xml
    /usr/share/mime/x-content/audio-player.xml
    /usr/share/mime/x-content/blank-bd.xml
    /usr/share/mime/x-content/blank-cd.xml
    /usr/share/mime/x-content/blank-dvd.xml
    /usr/share/mime/x-content/blank-hddvd.xml
    /usr/share/mime/x-content/ebook-reader.xml
    /usr/share/mime/x-content/image-dcf.xml
    /usr/share/mime/x-content/image-picturecd.xml
    /usr/share/mime/x-content/software.xml
    /usr/share/mime/x-content/unix-software.xml
    /usr/share/mime/x-content/video-bluray.xml
    /usr/share/mime/x-content/video-dvd.xml
    /usr/share/mime/x-content/video-hddvd.xml
    /usr/share/mime/x-content/video-svcd.xml
    /usr/share/mime/x-content/video-vcd.xml
    /usr/share/mime/x-content/win32-software.xml
    /usr/share/mime/x-epoc/
    /usr/share/mime/x-epoc/x-sisx-app.xml
    /usr/share/mime/XMLnamespaces
    /usr/share/texmf/
    /usr/share/texmf-dist/ls-R
    /usr/share/texmf/ls-R
    /usr/var/
    /usr/var/run/
    /usr/var/run/thermald/
    [1] https://wiki.archlinux.org/index.php/Pa … ny_package
    Last edited by orschiro (2013-12-25 13:23:40)

    The /etc/skel folder is (optionally) used when creating a new user as a template for their home directory. By default it usually only has shell config files and X initialisation files, but you (as a system administrator) can add files to it that you want new users to have in their home folders.
    The following is a list of official packages that install files to /etc/skel:
    $ foreach package in $(pkgfile -qg "/etc/skel/*"); do echo "$package:"; pkgfile -lq $package | grep "/etc/skel/."; echo; done
    bash:
    /etc/skel/.bash_logout
    /etc/skel/.bash_profile
    /etc/skel/.bashrc
    grml-zsh-config:
    /etc/skel/.zshrc
    screen:
    /etc/skel/.screenrc
    xorg-xinit:
    /etc/skel/.xinitrc
    /etc/skel/.xsession
    mksh:
    /etc/skel/.mkshrc
    If you didn't copy these files yourself, perhaps they were added by an AUR package (or more likely, several), check with 'pacman -Qo /path/to/file' for several of the files to see if any are owned by unofficial packages. If they are, I would check with the maintainer to see if this is intended (it seems highly irregular in my opinion, and I'd avoid using any packages that polluted my filesystem in such a manner). If they are not owned by a package, then you (or someone else with root access on your installaion) must have created them manually. If it wasn't you, and you don't think you created them manually, check your logs for suspicious activity, and make sure you haven't been compromised. You can remove the files if you don't need them.

  • DVD drive is initiating "safe to remove hardware" by itself

    Hi. I am getting the following 2 error messages. I just did a clean re-install of Windows 7 and for the first 3 weeks I had no issues at all (could be unrelated). I am not initiating anything. My laptop is doing this by itself. It just randomly on its own
    tries to remove my DVD-ROM. Then it is unable to do it b/c the device is still in use. I have tried searching for this issue and cannot find any other threads. It clicks and beeps and does this all day long - it interrupts my work. The DVD player works just
    fine, and when I right-click Properties - it says driver is up to date and device is working. So there appears to be no issues with the device itself... rather that my computer is operating in phantom mode - trying to safely remove hardware on its own that
    I am not trying to remove. I have actually gone ahead and removed the DVD drive just to see if it would help, then put it back in, and the problem persists. I am running Window7 64-bit OS. Please help me stop this annoying problem! Thanks!
    error 1: "safe to remove hardware. The HL-DT-ST RW/DVD GCC-4247N ATA device can now be safely removed.
    error 2: "Problems ejecting HL-DT-ST RW/DVD GCC-4247N ATA device . Windows is unable to stop the device.... Close any programs using this device and then remove it.'

    Hi,
    The reson why I share KB555665 with you is that we can refer to the instruction to use Process Explorer to view what happened with the drive. We can view the detailed process of the drive and find out what is handling\controlling it.
    Or there may be some hardware or software that is interfering with the CD or DVD drive. You can test this after restarting your computer in a clean boot state
    http://support.microsoft.com/kb/929135
    If this issue disappears in this mode, then we can go on to find out the cause. Detailed instructions about How-To are included in KB 929135
    Yolanda Zhu
    TechNet Community Support

  • Usb safe to remove

    Driver Management has concluded the process to add Service WUDFWpdFs for Device Instance ID SWD\WPDBUSENUM\_??_USBSTOR#DISK&VEN_ADATA&PROD_USB_FLASH_DRIVE&REV_1100#12110120322700D0&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}
    with the following status: 0.
    The first normal
    banneung.
    For the second connection. If
    you want to secure removal.
    Does not work ... does not even
    sound.
    Only! Exclamation mark appears
    only so ...
    I am a little embarrassed.
    That is safe to remove.
    Very embarrassed and wondering
    ... Thanks ..
    The following information bulletin tried
    everything but does not normally removed.
    http://cafe.daum.net/candan/I45j/35
    YouTube에서 Windows 10 9879 usb error? 보기
    Windows 10 9879 usb error?: http://youtu.be/fWELTEG7kZ8
    I hear a
    beep
    I think that if the output.
    Use several times.
    I always check the sound effects.
    If you do not normally safe to remove.
    usb will be broken.
    ntfs mbr partition corruption.
    If you remove a mounted ntfs partition,
    the partition will be broken steel.
    In the case of other bugs.
    taskbar and start menu propertes> start menu> clean
    clean continuously flashes.
    Repeat error recovery impossible.
    ... You must boot.
    don

    Hi 동우,
    If you are worry about how to remove the USB device, it should be OK to remove it when the notification displays.
    For the Exclamation mark, I tested in Windows 8.1 and the behavior is the same on the Control Panel. If you select the remove option, this Device becomes unavailable for Windows to check its information.
    If I have any misunderstandings, please feel free to let me know.
    Best regards
    Michael Shao
    TechNet Community Support

  • What is the diffrence between cookies and cache, is it safe to remove cache?

    what is the difference between cookies and cache , is it safe to remove cache ? . I had cleaned cookies many times but I have not removed cache , does it goes on increasing day by day ? please let me know

    Cookies are small files that contain information useful to a web site -- such as password, preferences, last date visited, etc. You may remove the cookies that you don't want adn since some of them are a privacy issue, many people remove them all.
    Cache is just a collection of data downloaded to help display a web page. After you leave a site, much of the cache is left on your computer and is no longer needed. You can always remove the cache because it will be replaced as needed.

  • Setting MCF Properties in ESB RS

    Hi,
    Earlier I found out how to set MCF properties in BPEL for the FTP adapter to FTP to a given host that is determined dynamically on runtime. Is the same possible for ESB? I found out how to set header variable properties like filename and directory using the setheader xpath function in the xslt. But what would be the function/xpath expression for the mcf properties?
    Thanks in advance.
    Regards,
    Martien

    Hi James,
    The security risk is only if you have the MCF properties in the wsdl populated with real-live data, right? I would not use the values set as default in the wsdl, they could have un-real, dummy values. What I want to do is to have a scheduler (in our case Appworx) to maintain the destination values. And call our processes with the correct endpoint values. That way SoaSuite need not know what the end points are and also I do not have to have an FTP end point for each destination.
    So if I have one FTP endpoint that creates a certain file in a certain format I could reuse that by simply let it be called for another host,port,username,password by the scheduler.
    Regards,
    Martien

  • SD CARD SLOT NOT SHOWING ON "safe to remove hardware" list ***NEWBIE**

    i have purchased my very first imac and i have installed windows 7 through bootcamp. the first problem i have encountered is that when i insert a sd card or a back up drive via the usb port i do not get the "safe to remove hardware" icon i normally get on my pc. i am able to eject the sd card via the computer option when i right click the sd card i get the eject option but i do not get the option when i right click the portable hard drive. i have tried the "rundll" option wia "cmd" the "safe to remove hardware" box appears but the sd card and the portable hard drive do not appear. its as if the computer is not aware of anything in the slots.
    when attaching multiple files in yahoo mail with a pc you just press the shift key does anyone know the equivilant for mac keyboard ?
    thanks in adavance for your help

    Hi,
    odd...
    If you open the Windows Explorer where are the SD-card and the USB-HD shown ?
    Are they shown in the 'removable' section ?
    Is thse USB-HD a 'Windows'-only HD or have you partitioned it to a Windows and a Mac OSX partition ?
    Have you tried a different USB-port on your iMac for connecting the HD ?
    What file system (FAT32 or NTFS) and what partition scheme (MBR or GPT) is used on the HD ?
    And on the SD-card as well ?
    As for the shift-key I don't that irregularity when using BootCamp Windows, but maybe that's because I still use WIndows XP with it.
    Might be a very far reached guess, but who knows...: try the key-combo 'fn+shift-key' to enable/disable the scroll-lock... (very far.... I know).
    Stefan

  • Is it safe to remove default kernel?

    I've installed linux-ck kernel from repo-ck with nvidia GPU support. Why don't linux-ck and nvidia-ck replace the respective default kernel packages? Is it safe to remove the default kernel like this "# pacman -R linux nvidia" (I boot with linux-ck)? I'm asking because there are often updates to linux package and I don't use it.

    The -ck kernels don't overwrite the kernel, and IDK about the AUR custom kernels, but it's possible to overwrite the stock kernel, especially if you're lazy about looking at the pkgbuild or your own script. I have before. It's not a big deal unless you're missing, you know, like, your disk and keyboard modules.
    If you are worried create backup copies of initramfs-linux.img, vmlinuz-linux, initramfs-linux-fallback.img in /boot, and a grub entry for them... it'll be like nothing changed!
    Last edited by nathan28 (2012-01-15 22:52:49)

  • Is it safe to remove multiple hostname.mboxlist.date directories

    Hi,
    I have several hostname.mboxlist.date directories besides mboxlist directory in server_root/msgconf/store directoryoccupying much space. Can anybuddy let me know is it safe to remove these directories ? As its my production server, so I can't take any risk of data/db corruption.
    Thanks in advance.

    I remember answering this for you before.
    How old are these? Recent?
    Messaging Server does snapshot your database, and you can set how often, and how many to keep.
    If you have OLD files, likely Messaging Server didn't create 'em.

  • Safe to remove Windows 7 and install XP instead?

    Hi,
    I've been thinking about something recently; I probably won't do this until a while, but for now, it's just an idea.  I'm using Linux Ubuntu on my Lenovo Thinkpad E420, and it really work like a dream.  I use Windows 7 way less, and I only keep it for a few reasons.
    I find it too bad that Windows 7 use so much disk space, however!  20GB for the system alone, in fact (For Ubuntu, it's 4.5GB, with all the softwares).  I'm sure Windows XP will do the same job that Windows 7, even running a specific game that wouldn't work under Seven.
    I know you're all wondering why would I use Windows XP when his support is ending in 2 years?  Well, instead of using 20GB, the system will use only 1.5GB.  That's 18.5 GB of Extra for Ubuntu.  It also demand way less ressources than Windows 7.  I do not plan on browsing on Windows XP, I'll do this in Ubuntu.  Simply put, the only stuff I'm going to do on XP are:
    - Playing a few games (The most recent game being 2007);
    - Using Adobe Creative Suite CS5 (Along with Adobe Premiere and AfterEffect CS4, maybe);
    - Maybe using Microsoft Office 2007 or 2010 (Run well in Ubuntu using Wine);
    I know a lot of people still using Adobe Creative Suite CS3 while CS6 is out, so I don't see the problem of still using CS5 even when CS8 will be released.  And CS6 is supported for XP as well (Except for Premiere and AfterEffect).
    The only disadvantage I could think of is that Windows XP x64 would manage only 2 of my 4 CPUs..  Will this be noticeable on performances?
    So I was wondering about this, will it be safe to remove Windows 7 and install XP x64 instead?  Did the 1GB "System_DRV" partition still be necessary?
    I am also aware that installing XP will erase GRUB bootloader for Linux, but I know the way to restore it.  I also burned my recovery DVDs from Windows 7.
    Thanks for your advice!
    Solved!
    Go to Solution.

    I've been doing some ressearch, and I found out that as much odd as it seems, Windows Server 2003 would be a better choice.  Because the 32-Bit version would be able to manage my 8GB of RAM and my 4 CPUs without problem, unlike XP.  I also thought that Server 2003 would use less battery than XP.
    So I created another NTFS partition to install Server 2003, check if this work before removing Windows 7 !
    To make the setup boot proprely, I had to set the hard-disk to "Compatibility Mode" in the BIOS, otherwise I would get a BSOD (Same for XP).
    The first part of the setup was successful, the files were correctly copied to the Windows 2003 partition I chose.  Then my laptop rebooted, and Server 2003 got.. confused.  Server 2003 would have proceeded to the second part of the installation, but booted from the first partition used by Windows 7.
    As I was expecting, Windows Server 2003 deleted Windows 7 bootloader as well as GRUB for Linux.
    I succesfully restored Windows 7 bootloader, and I am able to boot to Linux using my CD of GRUB.  I'm now going to restore GRUB, but something unexpected happened.
    For some reason, GParted - the partition editor for Linux - wouldn't see anymore partition.  I'll have to check how to fix this on the Ubuntu Forums.  The partitions are still there, just no more visible by GParted - There are visible by Windows 7 and my GRUB CD, however.
    There's something else I would like to understand as well; Windows Server 2003 randomly messed up something else: The files got copied in the right partition, but why did it randomly deleted my Lenovo_Recovery partition (Which was the last on the disk)?  Is there a reason for that?
    So here's the main question of my post: is there a way to recover this partition?  It's not visible by Windows 7, not by GRUB as well.  Why was this partition used for, exactly?
    I should mention that I still have my recovery DVDs I burned from Windows 7.  Was this partition still required?
    Thanks for the reply.
    I think I'll have to stick with Windows 7, then. XD  In fact, I'm "lucky" Server 2003 haven't deleted anything else (I do have a full image of Linux).

  • The latest answer from you to me is that my photos are safe and that I should look in a default folder. I have tried to do this but cannot find it.  How do I find the default folder.

    I received your emai stating that my photos are safe and are present in the folder on your computer that you specified when importing them. If you used Photoshop Album Starter Edition to import your files from the camera without changing the default folder, look in this folder.  I have tried looking in the default folder and there is nothing there to help. Some of these photos were scanned in from my Cannon Printer.  Surely if Adobe are requesting me to register and telling me they will send me a code no. that is all that needs to be done.

    Mann8 wrote:
    How to communicate with Adobe office more direct? I do not want to enter into forum. Are you telling me Elements user not qualify for better services from Adobe?
    Why you relied to my questions partially only? Selective to questions? Or?????
    I repeat my previous questions that you ignored:
    How to compare Elements to CS5 or 6?
    Can I upgrade from Elements to CS?
    Is Elements 13 comes in DVD format?
    I'm interested in upgrading my Elements 10 to????
    Your advise please?
    I'm so sorry, but in today's world, the support of low cost products through personal contact has become very uncommon.  It simply does not pay to sell a product for $50 or $100 and then pay people to sit in cubicles to talk on the phone that may cost $50 or $100 an hour. 
    That said, I'll try to help for free! 
    CS5, CS5.5 and CS6 are products from the past that, as far as I know are not being updated or maintained.  Adobe has replaced them with the "Creative Cloud" or "CC".  So, if you want a current version of "Premier CC", you "rent" it for $20 a month.  For $50 a month, you can rent everything Adobe makes for photogrphers, videographers, designers and graphic artists.
    If "upgrade" means "get a cheaper price", no. 
    The easiest way to buy the DVD version of Elements 13 is to order it from a major retailer like B&H Photo or Amazon.  I've checked and both have it.   The cheapest way to buy it is to wait for holiday season pricing. 

  • I am trying to uninstall itunes as it will not open error 7 (windows 126) so that I can reinstall but keep getting the message.. The feature you are trying to remove is on a network resource that is unavailable itunes.msi... Any suggestions anyone

    I was unable to open iTunes and got a message error 7 (windows 126) so I tried to uninstall and download latest itunes 10.  When I tried to remove old version of itunes I got the message... The feature you are trying to remove is on a network resource that is unavailable and when I try to download iTunes 10 the message reads.... The installation source for this product is not aailable.  Verify that the source exists and that you can access it.  Can anyone help?

    A msi file is short for microsoft installer.  It normally is for installation, removal, and maintenance for a program. So iTunes.msi would be used for the updating of the program.  For some reason it isnt finding this so we can't update, install, or remove it.
    From what I have seen windows installer cleanup utility solved related problems before. 
    I found this forum about removing and installing a new iTunes.  It was about someone who was trying to isntall iTunes, and was looking for msi file and asked for help.   Using this should allow you to be able to install iTunes.  It won't give you the msi file but will allow you to isntall iTunes over again.
    This was what was said.
    Another option in case you can't get an msi. (Or even if you can ... the msi's mentioned in the messages may be damaged rather than missing.)
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Restart the PC, and try another iTunes install. Does it go through properly this time?

  • No longer safe to remove iPod after updating (synching)

    I'm using iTunes 7 on XP Pro. AMD Athlon 64. 4G 60-gig iPod (color).
    "Enable Disk Use" is NOT checked, but my iPod now shows up as a Removable Disk in XP. And after synching, iTunes says "iPod update is complete" but no longer tells me it's safe to remove my iPod.
    Yes, I can manually eject the iPod, but that's a bit of a pain. I'd rather just grab it and go. Any ideas?
    (Please don't tell me, here in the WINDOWS forum, that buying a Mac will solve all my problems. Another answer like that will send me into the nearest clock tower.)

    Well, I believe you should keep it because you may need it later.
    Try to delete other files on your computer, or backup some of the data to CD-R, DVDR or external hard drive and then remove them.

  • OneNote file cannot be synced because Check-in Check-Out or Required Properties are enabled in the SharePoint library

    Hi All,
    As per my requirement, I have a Document Library that's set to YES  for "Require documents to be checked out before they can be edited" and i have created a Document Set inside this Document Library.Document set is configured
    to create a OneNote document content type within it. When i am creating a OneNote document I am getting below mentioned Error while trying to sync.
    This section cannot be synced because Check-in Check-Out or Required Properties are enabled in the SharePoint library. Disable Check-In Check-Out and Required Properties or move this notebook to a different location. (Error code: 0xE000078E)
    Is there any settings that i can do without modifying Document Library Settings.
    I just try out the information given on below mentioned U, but No Luck.
    http://social.technet.microsoft.com/Forums/office/en-US/a0e8cb4e-6daa-4ef8-a856-337da837c5db/sync-error-to-sharepoint-2010-library-with-revisions-checkinout-not-enabled?forum=officeitproprevious
    Can anyone of you suggest me the best way to achieve this?
    Thanks in Advance!

    Have you looked specifically at the Title field?  That's a common offender.  It might also be worth activating Content Type management on your library, so you can inspect each of the fields in the content type that's being saved too
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

Maybe you are looking for

  • Connection Pooling Questions

    Hi there, I was previously using the jferner/node-oracle module with the "generic-pool" (https://github.com/coopernurse/node-pool) module for connection pooling.  I'm trying out a setup with connection pooling with node-oracledb and have a few questi

  • PC Suite 6.81.13.0 and Transfer Music

    I have a Nokia N91 and a PC running Windows XP SP2 I upgraded PC Suite to 6.81.13.0 and was able to upload music (MP3s) to the N91. However, the following day, today, I am not able to. The Music Tranfer application starts but then exits almost immedi

  • How do I recover albums from a damaged library?

    The iPhoto Library Manager lists all of the albums I had in a library which iPhoto says is damaged or unreadable. Using the "Extract" selection under "File" in the Library Manager does not let me extract the albums as such. How can I extract the albu

  • How do I get rid of error 49 when trying to update as indicated by CC manager tab?

    It just says "Contact client support", but this inot linked anyway. In fact, is there any actual real time client support, other tan this Community fórum? Thanks Alberto

  • ERS - Payment method not on the invoice

    Hi All, In the process of creating invoices using ERS, the payment method from the vendor master will not be defaulted on the invoice. Is there any way, may be a usereixt/badi, to default the first payment method given in the vendor master on the inv