Recovering from various disasters

Hello,
I'm trying to put together a plan to recover from potential OVM failures, but I'm unclear about a number of points. Any suggestions and clarifications would be most welcome.
Guest:
We're installing a backup agent on all the VM's (Red Hat and Oracle Linux). If the VM was somehow completely lost, we plan to re-create it, do a fresh o/s install, and restore the filesystems from backup.
VM Manager:
It runs as VM. To recover from a problem, we plan to reinstall the VM Manager using the same UUID, rather than backing it up. If we were to back it up, are there critical configuration files we should back up?
Database:
This is exported and backed up regularly.
Oracle VM Server:
I'm not sure about this one. If we somehow lost one server (we have a 3-node cluster), if we just reinstall Oracle VM Server with the same ip and hostname would all be well after I rediscovered it? As long as the other two nodes were up and running, would the rebuilt server be added to the ocfs2 cluster when it's rediscovered?
Also, what information is in the server pool filesystem and the database? How do you all back up the server pool filesystem (or do you?) ? We can't install our backup agent on the Oracle VM Servers.
Thanks for any help you can offer.
Edited by: user13166809 on Jan 7, 2013 12:55 PM

there is no need to backup the Oracel VM Server .
if something wrong with the OVS,not the ocfs2,you may wipe the db for the OVS,and the restart the agent then reboot the OVS.The ovs would be fresh as you just installed it

Similar Messages

  • Kodo not recovering from bad connection in new MySQL driver

    Hi,
         I'm using kodo 2.4.1 and the latest stable MySQL driver 3.0.6. After
    leaving the application inactive for a few hours, the connection to
    mysql is no longer usable. This did not occur with MySQL version 2.0.14
    (as I believe Kodo weren't reusing the connections).
         Are there any properties that I could set, so Kodo can keep the
    connection active or recover from the problem?
    Makas

    Ok, thanks Marc, like I said though, I am now re-using MySQL 2.0.14
    driver. I'm not sure if I'm gaining any advantages with MySQL 3.0.6 anyway.
    But I'll probably upgrade it after the next Kodo is released.
    Makas
    Marc Prud'hommeaux wrote:
    Makas-
    Sorry ... I didn't test the property I sent. The problem is that our
    options parsing does not deal with spaces (this will be fixed in the
    next release).
    Instead of ValidateConnectionSQL="SELECT 1", you should be able to use
    ValidateConnectionSQL=SELECT(1), which does not contain spaces.
    In article <[email protected]>, Makas Tzavellas wrote:
    Marc,
    Using the properties you wrote, kodo doesn't seems to be able to parse
    it. I've also tried various other combinations with no success. I'm now
    going to use the older mysql driver.
    Marc Prud'hommeaux wrote:
    Makas-
    Kodo should be re-using the MySQL Connection in exactly the same way,
    regardless of the version. The problem is that it looks like MySQL people
    slipped in an "optimization" into 3.0.6 whereby Connection.isClosed()
    does not actually test the state of the Connection, but instead just
    returns true if and only if Connection.close() has been invoked.
    You can get around this by specifying some SQL to validate the
    Connections. The following property should do the trick:
    com.solarmetric.kodo.impl.jdbc.DictionaryProperties=\
    ValidateConnections=true \
    ValidateConnectionSQL="SELECT 1"
    Please let us know if the problem persists.
    In article <[email protected]>, Makas Tzavellas wrote:
    Hi Marc,
         Here're the stack trace of the exception and the kodo properties. There
    isn't any long running transaction. The application is basically left
    idle for some time and subsequent connections fails. It could be
    connections obtained from the pool, but I'm not sure.
         I will re-use mysql 2.0.14 for now. Please let me know if I'm missing
    any other properties or if you need more info.
    # Kodo JDO Properties configuration
    # To evaluate or purchase a license key, visit http://www.solarmetric.com
    com.solarmetric.kodo.CacheReferenceSize=1000
    com.solarmetric.kodo.ee.ManagedRuntimeProperties=TransactionManagerName=java:/TransactionManager
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=org.gjt.mm.mysql.Driver
    javax.jdo.option.ConnectionUserName=
    javax.jdo.option.ConnectionPassword=
    javax.jdo.option.ConnectionURL=jdbc:mysql://hostname/database?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
    javax.jdo.option.MinPool=0
    javax.jdo.option.MaxPool=20
    javax.jdo.option.Optimistic=true
    javax.jdo.option.RetainValues=true
    javax.jdo.option.NontransactionalRead=false
    com.solarmetric.kodo.impl.jdbc.ConnectionTestTimeout=10
    com.solarmetric.kodo.impl.jdbc.AutoReturnTimeout=10
    com.solarmetric.kodo.impl.jdbc.DictionaryClass=com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
    com.solarmetric.kodo.DataCacheProperties=Port=5555
    Addresses=repository2.kl.ewarna.com:5555;repository.kl.ewarna.com:5555
    CacheSize=5000
    com.solarmetric.kodo.DataCacheClass=com.ewarna.pdm.sessions.PDMCache
    =========== Stack Trace ================================
    Communication link failure: java.io.IOException [code=0;state=08S01]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.M_IDX, t3.JDOCLASSX, t3.JDOLOCKX, t3.M_CREATIONDATEX,
    t3.M_DELETEDDATEX, t3.M_HOSTADDRESSX, t3.M_LASTMODIFIEDDATEX,
    t3.M_NAMEX, t3.M_OLDIDX, t3.M_ID_M_OWNERX, t0.M_ID_M_ACCOUNTX,
    t0.M_FULLNAMEX, t0.M_PASSWORDX, t0.M_PASSWORDEXPIRYDATEX, t3.M_NAMEX
    >>>>FROM ABSTRACTENTITYX t2, ABSTRACTENTITYX t3, Accounts t1, Users t0 WHERE>>>>>>>((((((t2.M_NAMEX = 'development' AND t3.M_NAMEX = 'ewarna') AND>>>>(t3.M_DELETEDDATEX IS NULL)) AND (t2.M_DELETEDDATEX IS NULL)) AND>>>>(t3.M_DELETEDDATEX IS NULL)) AND t3.JDOCLASSX =>>>>'com.ewarna.pdm.entities.storage.UserPE') AND t0.M_IDX = t3.M_IDX AND>>>>t0.M_ID_M_ACCOUNTX = t1.M_IDX AND t1.M_IDX = t2.M_IDX) ORDER BY>>>>t3.M_NAMEX ASC
    [PRE=SELECT t0.M_IDX, t3.JDOCLASSX, t3.JDOLOCKX, t3.M_CREATIONDATEX,
    t3.M_DELETEDDATEX, t3.M_HOSTADDRESSX, t3.M_LASTMODIFIEDDATEX,
    t3.M_NAMEX, t3.M_OLDIDX, t3.M_ID_M_OWNERX, t0.M_ID_M_ACCOUNTX,
    t0.M_FULLNAMEX, t0.M_PASSWORDX, t0.M_PASSWORDEXPIRYDATEX, t3.M_NAMEX
    >>>>FROM ABSTRACTENTITYX t2, ABSTRACTENTITYX t3, Accounts t1, Users t0 WHERE>>>>>>>((((((t2.M_NAMEX = ? AND t3.M_NAMEX = ?) AND (t3.M_DELETEDDATEX IS>>>>NULL)) AND (t2.M_DELETEDDATEX IS NULL)) AND (t3.M_DELETEDDATEX IS NULL))>>>>AND t3.JDOCLASSX = ?) AND t0.M_IDX = t3.M_IDX AND t0.M_ID_M_ACCOUNTX =>>>>t1.M_IDX AND t1.M_IDX = t2.M_IDX) ORDER BY t3.M_NAMEX ASC
    Communication link failure: java.io.IOException
         at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:742)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:92)
         at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
         at
    com.ewarna.pdm.sessions.BasicQuery.getByAdvancedFormula(BasicQuery.java:137)
         at
    com.ewarna.pdm.sessions.BasicQuery.getByAdvancedFormula(BasicQuery.java:65)
         at com.ewarna.pdm.sessions.BasicQuery.getByFormula(BasicQuery.java:205)
         at
    com.ewarna.handlers.storage.SessionHandler$1.execute(SessionHandler.java:116)
         at
    com.ewarna.pdm.sessions.JDOCallBackExecutor.execute(JDOCallBackExecutor.java:40)
         at
    com.ewarna.handlers.storage.SessionHandler.login(SessionHandler.java:140)
         at
    com.ewarna.pdm.soap.AbstractSoapService.login(AbstractSoapService.java:44)
         at
    com.ewarna.pdm.soap.xfs.SoapServiceXFSImpl.login(SoapServiceXFSImpl.java:1199)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146)
         at
    org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129)
         at
    org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:354)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
         at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
         at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
         at java.lang.Thread.run(Thread.java:536)
    NestedThrowablesStackTrace:
    java.sql.SQLException: Communication link failure: java.io.IOException
         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1606)
         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:886)
         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:945)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:1809)
         at
    com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1458)
         at
    com.solarmetric.datasource.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:93)
         at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executePreparedQueryInternal(SQLExecutionManagerImpl.java:769)
         at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQueryInternal(SQLExecutionManagerImpl.java:692)
         at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:373)
         at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:357)
         at
    com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.selectPrimaryMappings(ClassMapping.java:1221)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:717)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:92)
         at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
         at
    com.ewarna.pdm.sessions.BasicQuery.getByAdvancedFormula(BasicQuery.java:137)
         at
    com.ewarna.pdm.sessions.BasicQuery.getByAdvancedFormula(BasicQuery.java:65)
         at com.ewarna.pdm.sessions.BasicQuery.getByFormula(BasicQuery.java:205)
         at
    com.ewarna.handlers.storage.SessionHandler$1.execute(SessionHandler.java:116)
         at
    com.ewarna.pdm.sessions.JDOCallBackExecutor.execute(JDOCallBackExecutor.java:40)
         at
    com.ewarna.handlers.storage.SessionHandler.login(SessionHandler.java:140)
         at
    com.ewarna.pdm.soap.AbstractSoapService.login(AbstractSoapService.java:44)
         at
    com.ewarna.pdm.soap.xfs.SoapServiceXFSImpl.login(SoapServiceXFSImpl.java:1199)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146)
         at
    org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129)
         at
    org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:354)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
         at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
         at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
         at java.lang.Thread.run(Thread.java:536)
    Marc Prud'hommeaux wrote:
    Makas-
    Is Kodo idle during a long-running transaction, or does the error occur
    when a new Connection is allocated? If the former, then there is nothing
    we can do: MySQL shouldn't be dropping an open Connection while a
    transaction is active. If the latter, then the property
    com.solarmetric.kodo.impl.jdbc.ConnectionTestTimeout specified the
    number of seconds between which the connection should be tested for
    valididty when removed from the pool.
    See also:
    http://docs.solarmetric.com/manual.html#com.solarmetric.kodo.impl.jdbc.ConnectionTestTimeout
    If this does not help, can you let us know your properties and some
    details about your application?
    In article <[email protected]>, Makas Tzavellas wrote:
    Hi,
         I'm using kodo 2.4.1 and the latest stable MySQL driver 3.0.6. After
    leaving the application inactive for a few hours, the connection to
    mysql is no longer usable. This did not occur with MySQL version 2.0.14
    (as I believe Kodo weren't reusing the connections).
         Are there any properties that I could set, so Kodo can keep the
    connection active or recover from the problem?
    Makas

  • Can't recover from sleep sometimes: "Oh no! Something has gone wrong!"

    I'm running gdm + gnome-shell (force fallback mode) on a Thinkpad W520 with intel integrated graphics only (via bios setting, so no optimus). Once a week or so, my Laptop fails to go to sleep properly and to recover from it.
    It basically works like this, normally when I close the lid, the sleep LED blinks a couple of times, and then stays on (and you can hear the fan turn off). When sending the laptop to sleep fails, the led blinks indefinitely (like, all night, if you let it), the fan keeps running as well.
    Once you open the lid again, you are greeted with the message "ACPI: Unable to dock!" on a black screen. This happens when successfully recovering from sleep mode as well, though.
    Shortly afterwards, instead of seeing a password prompt, you see this:
    http://wocares.com/host/images/516726_sleeperr1.jpg
    I tried to search the problem but couldn't find anything that was quite like my problem. I did however find someone saying the ~/.xsession-errors file could contain clues. So here is that:
    /etc/gdm/Xsession: Beginning session setup...
    localuser:esl being added to access control list
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    GNOME_KEYRING_CONTROL=/home/esl/.cache/keyring-JAbzae
    GNOME_KEYRING_CONTROL=/home/esl/.cache/keyring-JAbzae
    SSH_AUTH_SOCK=/home/esl/.cache/keyring-JAbzae/ssh
    GNOME_KEYRING_CONTROL=/home/esl/.cache/keyring-JAbzae
    SSH_AUTH_SOCK=/home/esl/.cache/keyring-JAbzae/ssh
    GNOME_KEYRING_CONTROL=/home/esl/.cache/keyring-JAbzae
    SSH_AUTH_SOCK=/home/esl/.cache/keyring-JAbzae/ssh
    GPG_AGENT_INFO=/home/esl/.cache/keyring-JAbzae/gpg:0:1
    (gnome-panel:1563): Gtk-CRITICAL **: gtk_accelerator_parse_with_keycode: assertion `accelerator != NULL' failed
    ** (gnome-panel:1563): WARNING **: Unable to parse mouse modifier '(null)'
    Failed to play sound: File or data not found
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/esl/.config/tracker/tracker-store.cfg'
    ** (nm-applet:1585): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Launch helper exited with unknown return code 1
    ** Message: applet now removed from the notification area
    ** (nm-applet:1585): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1585): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    ** (process:1578): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** Message: Starting applet secret agent because GNOME Shell disappeared
    ** (nm-applet:1585): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    ** (process:1578): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:1578): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    Tracker-Message: Setting up monitor for changes to config file:'/home/esl/.config/tracker/tracker-store.cfg'
    ** Message: applet now embedded in the notification area
    (gnome-settings-daemon:1515): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -8 and height 27
    (nm-applet:1585): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -23 and height 27
    ** Message: applet now removed from the notification area
    Starting log:
    File:'/home/esl/.local/share/tracker/tracker-store.log'
    (notification-daemon:1608): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -23 and height 27
    Any help or pointers in the right direction would be appreciated.

    I'm having the same problem as you on a T420 (without optimus), see here: https://bbs.archlinux.org/viewtopic.php?pid=1131177

  • Blue screen error "windows has recovered from a unexpected shutdown"

    Hi guys
    I am using laptop & everyday it will unexpectedly shutdown and shows Blue screen error "windows has recovered from a unexpected shutdown"...Pls help me to resolve this issue.
    Problem signature:
      Problem Event Name: BlueScreen
      OS Version: 6.1.7600.2.0.0.256.48
      Locale ID: 1033
    Additional information about the problem:
      BCCode: d1
      BCP1: 00000030
      BCP2: 00000002
      BCP3: 00000000
      BCP4: 8F2DA8A5
      OS Version: 6_1_7600
      Service Pack: 0_0
      Product: 256_1
    Files that help describe the problem:
      C:\Windows\Minidump\062614-23836-01.dmp
      C:\Users\Venkateshwara swamy\AppData\Local\Temp\WER-74552-0.sysdata.xml
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    It could be some driver compatibility issues.
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff560244(v=vs.85).aspx
     http://blogs.technet.com/b/askcore/archive/2008/11/01/how-to-debug-kernel-mode-blue-screen-crashes-for-beginners.aspx
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How do I send emails from various accounts in gmail from my iPad?

    I imap 3 accounts through my gmail account. Gmail, in it's browser form, allows me to choose from which account I send an email from  in a drop-down menu. I don't see how to do this on the iPad mail app or through safari for iPad.
    If not possible, what are ur solutions for efficiently responding to emails from various accounts on the iPad (network solutions, gmail, and university).
    Thanks!

    If you log into Gmail from a computer, you can specify in the settings to always reply from the account the email came from. You should only have to do it once for each account.
    Settings>Accounts and Import.

  • I AM UNABLE TO CONNECT TO ANY WEBSITE USING FIREFOX. EVEN THOUGH, I HAVE BEEN USING FIREFOX ON THE SAME COMPUTER FOR YEARS WITH NO DIFFICULTY. THE PROBLEM AROSE AFTER COMCAST, MY ISP, RECOVERED FROM A WIDESPREAD OUTAGE THAT LASTED 5 HOURS.

    I SUCCEEDED IN TRANSFERING ALL MY BOOKMARKS TO GOOGLE CHROME. THIS WILL ALLOW ME ACCESS TO WEBSITES WHILE I WAIT FOR A METHOD TO REPAIR MY FIREFOX PROGRAM. IN A PREVIOUS MESSAGE, I EXPLAINED THAT I WAS UNABLE TO ACCESS ANY WEBSITE USING FIREFOX AFTER COMCAST, MY ISP, RECOVERED FROM AN OUTAGE THAT LASTED 5 HOURS. WHENEVER I TRIED TO CONNECT TO A SITE, A POP-UP MESSAGE APPEARED INDICATING: "UNABLE TO INITIALIZE THE APPLICATION'S SECURITY COMPONENT. THE MOST LIKELY CAUSE IS PROBLEMS WITH FILES IN YOUR APPLICATION'S PROFILE DIRECTORY. CHECK THAT THIS DIRECTORY HAS NO READ/WRITE RESTRICTIONS." I EVEN REMOVED FIREFOX FROM MY COMPUTER AND DOWNLOADED IT AGAIN, FIGURING THAT BY NOT MERELY USING AN UPGRADE, I WOULD BE INSTALLING A COMPLETELY FRESH DOWNLOAD. UNFORTUNATELY, I RECEIVED THE SAME DISAPPOINTING RESULT, WITH THE SAME POP-UP MESSAGE RE-APPEARING. HOWEVER USING BOTH GOOGLE CHROME AND INTERNET EXPLORER, I WAS ABLE TO CONNECT TO WEBSITES. SO I HAVE TO CONCLUDE THAT THE PROBLEM IS NOT WITH MY INTERNET CONNECTION.

    Press '''START + R''' in keyboard to open the '''Run''' box(or '''start''' then '''run''') , type in the RUN box '''%APPDATA%''' (or copied in just i wrote, bold text) then click '''OK'''. A Windows Explorer window will appear, in this window, choose '''Mozilla''' then '''Firefox''' then '''Profiles'''. Each folder in the "Profiles" folder (e.g., "xxxxxxxx.default") is a profile on your computer (maybe is one file if you have only one profile).
    see for more info : [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile folder - Firefox ]
    try it, good luck
    thanks again

  • Recovering from a network drive

    Hey all
    I've been successfully using Time machine on a network drive (using "defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1"
 in a console). Unfortunately, my HDD broke and apple support had to install a new one.
    Now, how do I restore from that network drive again? I have a freshly installed and fully updated Leopard already and would like to just restore the users' settings. But, the network drive isn't visible in the migration assistant.
    I even tried to copy the network drive's content to a firewire disc... still nothin visible.
    What else can I do?
    Thanks a million!!!
    Bernhard

    Yes, I can mount the image and thus have access to all revisions stored by time machine. Maybe I could use rsync to get the data back in place? My hope was to make time machine recognize the image on the (now) local drive and recover from there... is that possible?
    I know that it's unsupported to use time machine on a nas, but - for me - running time machine on a local hdd just doesn't make much sense (I want multiple computers to do their backup to the same drive and I also want to separate the backup drive from the original drives physically). I also don't see why this should be so difficult to implement (Vista can do it btw... :-)), unless, of course, Apple wants to sell its time capsules...
    Anyway, I didn't want to complain, I would just like to get my data back.
    Thanks for your help!
    Bernhard

  • Following hard drive failure on iMac running Maverick I have recovered from TimeMachine backup but now app store does not connect. All other internet connections normal. Does anyone know of a fix?

    following hard drive failure on iMac running Maverick I have recovered from TimeMachine backup but now app store does not connect. All other internet connections normal. Does anyone know of a fix?
    Also mail not loading. The error report suggests that I look for updates from the app store?

    http://www.apple.com/support/mac/app-store/contact/

  • CCM 8.6.1- Installation Failed. Restart install to recover from failure

    Hi All,
    I am installing CCM 8.6.1 on an MCS7835I3 platform. The platform came with CCM 8.6.1 preloaded on the harddrive. During the installation linux detected some compenents like NIC, Raid, and USB.
    then after checking some components i face below error
    "The installtion has failed and must be restarted to recover from the faliure.
    You may dump diagnostic information at this time to a USB storage key. Would you like to dump diagnostic information"
    I am try to figure out what is causing this message.
    Pls help me!!

    Hi
    It seems to me that your server did not begin the CUCM installation. If you already have pre-loaded CUCM media in the server hard disk then you should first check the boot sequence on the server. Make sure that the first option is the hard disk.
    Once confirmed, restart the server.
    If you still face the issue, then i suggest that you install CUCM from CD.
    Below is the installation document. Do check the server compatibility and hardware requirements.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/install/8_6_1/install/cmins861.html
    Regards ,
    - Jayant

  • If I donwload e-books from various e-book retailers and want to back them up on an external hard drive without losing the format, do I need a special hard drive?

    If I download e-books from various e-book retailers and want to back them up on an external hard drive without losing the format, do I need to know anything special?

    I just looked into this as I was moving my iPad to a new computer for synching.  With no thanks to Kobo for any really useful information on their help site (this discussion was the most useful info I found), I think the following may address your issue with respect to Kobo.
    1. There is not easy or official way to back up Kobo books from your iPad.
    2. Kobo keep track of your personal library.  Go to the Kobo website (Kobo.com) and sign in to your account.  On the very top line is "My Library".  That contains (or at least Kobo says it does) everything you have ever bought from Kobo.  Kobo say that you may download any of this content to other devices you own at no charge.
    3. I synched my iPad to the new computer.  According to Apple, that will delete all my data as the apps are re-installed from the new compute.  While all my apps got moved around from the order I previously had (many thanks Apple), all my books are still there together with my bookmarks etc.  Looks like this did nothing to change any Kobo data.
    While I do not like the idea that I cannot create a backup on my main computer, it is probably safer in the long run that there is a backup at Kobo.  After all, I could lose all my equipment in a fire or something, and then personal  backups would be of little use.

  • Mac Pro display does not recover from sleep

    Hello,
    I have a Mac Pro Mid 2010 with two graphics cards (ATI 5770 & nVidia Geoforce GT 120) and three displays.  After intense use of the GPUs with graphics processing jobs, and after the screen goers to sleep, they do not recover.  The computer is accessible via the network (ping, ssh, etc) however, the screens blank out and no longer recover from sleep.  The only resolution is to reboot.
    I have already run memtest all just to make sure there isn't a memory issue.  All tests passed.  Also, this issue has ocurred with Mountain Lion and Mavericks.
    Does anyone have any suggestions or experiences with regard to this iussue?
    Thanks

    Update -- I now can reproduce the issue at will and it is definitely related to the sleep feature and has gotten much worse under OS X Mavericks.  Side Rant -- First let me note how disappointing Mavericks is as a platform.  Apple's output seems to be getting progressively less thought out, reliable and buggy. 
    Now back to the issue.  I created a hot corner that puts my display to sleep.  Every time I active the hot corner the system display is lost -- that is the system continues to function and respond via network (ping, ssh, etc) but no joy on un-sleeping the displays. 
    I have Mac Pro Mid 2010 w/ 2x 2.4Ghz Quad Core, 32GB RAM, ATI 5770 and NVidia Geoforce GT 120 using three displays (2x 27" Apple and 1x Panasonic 1080P HD TV) running OS X 10.9.1 (13B42).

  • Itunes 7 + Win XP Pro (Recover from a serious error0

    Everytime i turn on my PC I get this window telling me that windows has recovered from a serious error. The last blue screen I got was almost a week ago. I have done system retore to pre iTunes 7 and i continue to get this error. iTunes 7 is the only recent change to my computer(which is almost 5 yrs old) Is it my computer, Windows, or iTunes??

    i wish I had time to do that except by the time i reformat, and restore all my files that will kill a whole afternoon. I plan on buying an imac when leopard comes out, considering that itunes , office and IE are all i use this computer for hopefully it can survive til spring (knock on wood) Thanks

  • MBP not recovering from sleep / Strange 'freezing' crashing...

    I'm having a VERY strange issue here.
    Over the past week, my MBP (only 4 months old?) has become suddenly unable to recover from sleep. I'll be watching a movie in FrontRow, 'sleep' it from my Apple remote, and then when it re-awakens, the screen fires up but it's black (as in, the backlight is obviously on and drive/fan spins up, but no image on display).
    Then, just tonight, I've been working on some websites, nothing too intensive, maybe running iTunes and Safari in the background alongside 'DreamWeaver', and the whole system just FROZE. I can't type, I can't move the cursor, the screen is completely frozen. I kept waiting for the familiar 'kernel panic' screen to appear or something, but I've never seen any Apple machine do this before...
    It's kinda worrying as I'm not particularly stressing the machine or anything.... any ideas??

    Try setting your SMC controller - especially if its a wake and sleep related issue.
    http://support.apple.com/kb/HT3964
    Likewise in Utilities, open 'Console' to look at your logs. There will be diagnostic messages (I hope) about the crash.
    You could also run the activity monitor to make sure processes aren't topping out and hogging the CPU.

  • Is there any file carver technology tool to recover from a HDD only a group of named jpg files

    Is there any file carver technology tool to recover from a HDD only a group of named jpg files that i lost? I lost 500 jpg files in my iPhoto library named i.e from 1.jpg to 500.jpg and I want to recover ONLY them from an 1TB external WD My Book e-sata disk, to avoid time waste and unwanted jpg files.
    I' ve used data recovery software as Photorec, but it recovers all the jpgs it can find, it can't search for specific name files and as it uses its own naming for the files it recovers, i have thousands of photos to look up and find these i really want.Not to mention so much waiting time.
    Even if you know other technology tool that can help me please tell me.
    I've also used StellarPhoenixMacDataRecovery that is not file carving tool, but with similar results.

    Prosoft Data Rescue may be what you need.  Others may work that way, that are described here:
    My data has become inaccessible, and I don't have a backup!

  • Why do I get "The system has recovered from a serious error" after system shut down

    Every time when start/restarting the computer using the attached .vi I get a window with "The system has recovered from a serious error." Although this does not seems to have any effect on application and I am able to use the test equipment but could someone explain why this is happening?
    LV 8.2
    TestStand 3.5
    MAX 4.1
    NI DAQ Card PXI-4461
    Many Thanks
    Mehran
    Mehran Fard
    Attachments:
    System Shutdown.doc ‏63 KB

    Hi Fardm,
    how should we answer that question when you don't attach the VI, but only a picture hidden in some proprietary file format?
    Attach the VI!
    You also have some Rube-Goldberg in your code:
    IF not zero THEN use ErrorCode ELSE use zero
    Why not just connect errorcode directly with BundleByName? You don't need the Select function here...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

Maybe you are looking for

  • Printing to shared windows xp printer from 10.5.8

    I AM TRYING TO PRINT TO A SHARED WINDOWS XP PRINTER FROM 10.5.8 AND HAVE TO RE AUTHENTICATE THE USER AND PASSWORD EACH TIME I PRINT. THIS GETS TO BE TIRESOME WHEN OU PRINT 50 TIMES A DAY. TRIED DELETING THE KEYCHAIN, NO HELP. HAVE SET ALL PERMISSIONS

  • How do i get to the 3Ghz mark, noob at OCing

    hi can anyone advise the best way to get to 3ghz or more if possible with my system, currently at stock but wouldnt mind free performance but not sure which way to do it, like which is best way ,lets say i raise the FSB and leave the multiplier at 12

  • Completing 2 Day + Application Express Developer's Guide

    I am completing the 2 Day + Application Express Developer's Guide. However, when I try to deploy my application I get the following message: "Access denied by Application security check" Is this because I do not have license or is it something I need

  • Firefox is not recognizing my version 15.0 flash player

    Hi. Today I was having trouble with Firefox being sluggish and crashing/freezing every time I played a Facebook game. It kept telling me to download the updated flash which I have done about 6 times today. It still will not recognize I have it. I loo

  • Solaris pam_ldap and passwordless logins

    Dear all, http://docs.sun.com/app/docs/doc/816-4556/6maort2te?a=view states: After you enable pam_ldap account management, all users must provide a password any time they log in to the system. A login password is required for authentication. Therefor