OX Appsuite Can not connect to the context storage. (CTX-00

Hi I just update OX Appsuite to Version 7.8.1 Rev7, and update OX Dirve on windows but when I re synchronize my files I got error “Could not connect to the context storage. (CTX-0005)” and my big problem is I can not log in to App Suite any more

here is screenshort

I check log file and system services Mysql service is stopped and can not start anymore
here is screenshort

Log file [quote]2016-05-13T15:37:45,283+0700 WARN [RMI TCP Connection(2659)-10.0.200.77] com.openexchange.database.internal.ReplicationMonitor.checkActualAndFallback(ReplicationMonitor.java:164)
DBP-0001 Categories=SERVICE_DOWN Message=‘Cannot get connection to config DB.’ exceptionID=522267788-1843
com.openexchange.exception.OXException: DBP-0001 Categories=SERVICE_DOWN Message=‘Cannot get connection to config DB.’ exceptionID=522267788-1843
at com.openexchange.database.DBPoolingExceptionCodes.create(DBPoolingExceptionCodes.java:260)
at com.openexchange.database.internal.ReplicationMonitor.createException(ReplicationMonitor.java:218)
at com.openexchange.database.internal.ReplicationMonitor.checkActualAndFallback(ReplicationMonitor.java:157)
at com.openexchange.database.internal.ReplicationMonitor.checkActualAndFallback(ReplicationMonitor.java:140)
at com.openexchange.database.internal.ConfigDatabaseServiceImpl.get(ConfigDatabaseServiceImpl.java:137)
at com.openexchange.database.internal.ConfigDatabaseServiceImpl.get(ConfigDatabaseServiceImpl.java:132)
at com.openexchange.database.internal.ConfigDatabaseServiceImpl.getReadOnly(ConfigDatabaseServiceImpl.java:172)
at com.openexchange.database.internal.DatabaseServiceImpl.getReadOnly(DatabaseServiceImpl.java:134)
at com.openexchange.admin.storage.sqlStorage.OXAdminPoolDBPool.getReadConnectionForConfigDB(OXAdminPoolDBPool.java:115)
at com.openexchange.admin.tools.AdminCache.getReadConnectionForConfigDB(AdminCache.java:434)
at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.selectwithint(OXToolMySQLStorage.java:2077)
at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsContext(OXToolMySQLStorage.java:219)
at com.openexchange.admin.rmi.impl.BasicAuthenticator.doAuthentication(BasicAuthenticator.java:246)
at com.openexchange.admin.rmi.impl.OXUser.listCaseInsensitive(OXUser.java:2254)
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
at sun.rmi.transport.Transport$2.run(Transport.java:202)
at sun.rmi.transport.Transport$2.run(Transport.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:198)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:567)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.access$400(TCPTransport.java:619)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$1.run(TCPTransport.java:684)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$1.run(TCPTransport.java:681)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:681)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.openexchange.pooling.PoolingException: Cannot create pooled object.
at com.openexchange.pooling.ReentrantLockPool.get(ReentrantLockPool.java:321)
at com.openexchange.database.internal.TimeoutFetchAndSchema.get(TimeoutFetchAndSchema.java:98)
at com.openexchange.database.internal.ReplicationMonitor.checkActualAndFallback(ReplicationMonitor.java:150)
… 29 common frames omitted
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.GeneratedConstructorAccessor80.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1127)
at com.mysql.jdbc.MysqlIO.(MysqlIO.java:356)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2502)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:832)
at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:46)
at sun.reflect.GeneratedConstructorAccessor77.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
at java.sql.DriverManager.getConnection(DriverManager.java:571)
at java.sql.DriverManager.getConnection(DriverManager.java:187)
at com.openexchange.database.internal.ConnectionLifecycle.create(ConnectionLifecycle.java:123)
at com.openexchange.database.internal.ConnectionLifecycle.create(ConnectionLifecycle.java:76)
at com.openexchange.pooling.ReentrantLockPool.get(ReentrantLockPool.java:310)
… 31 common frames omitted
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:315)
at com.mysql.jdbc.MysqlIO.(MysqlIO.java:306)
… 47 common frames omitted[/quote]

postgresql log file

[quote]2016-05-10 13:13:06 ICT LOG: received fast shutdown request
2016-05-10 13:13:06 ICT LOG: aborting any active transactions
2016-05-10 13:13:06 ICT LOG: autovacuum launcher shutting down
2016-05-10 13:13:06 ICT LOG: shutting down
2016-05-10 13:13:06 ICT LOG: database system is shut down
2016-05-10 13:14:17 ICT LOG: database system was shut down at 2016-05-10 13:13:06 ICT
2016-05-10 13:14:17 ICT LOG: incomplete startup packet
2016-05-10 13:14:17 ICT LOG: database system is ready to accept connections
2016-05-10 13:14:17 ICT LOG: autovacuum launcher started
2016-05-12 16:13:22 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-12 16:20:23 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-12 16:54:25 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 11:13:28 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:37:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
22016-05-13 14:41:34 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:34 ICT LOG: could not write temporary statistics file "2016-05-13 14:41:39 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 14:41:39 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:39 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:39 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:41 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:43 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:45 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:47 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:49 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:51 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:53 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:55 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:57 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:41:59 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:01 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:03 ICT LOG: could not write temporary statistics file "2016-05-13 14:42:08 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:08 ICT LOG: could not write temporary statistics file "2016-05-13 14:42:13 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 14:42:13 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:13 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:13 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:15 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:17 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:19 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:21 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:23 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:25 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:27 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 14:42:29 ICT LOG: could not write temporary statistics file "2016-05-13 15:03:34 ICT LOG: using stale statistics instead of current ones because stats collector is not responding
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:34 ICT LOG: could not write temporary statistics file "2016-05-13 15:03:36 ICT LOG: received fast shutdown request
2016-05-13 15:03:36 ICT LOG: aborting any active transactions
2016-05-13 15:03:36 ICT FATAL: terminating autovacuum process due to administrator command
2016-05-13 15:03:36 ICT LOG: autovacuum launcher shutting down
2016-05-13 15:03:36 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:36 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:36 ICT LOG: could not write temporary statistics file “pg_stat_tmp/pgstat.tmp”: No space left on device
2016-05-13 15:03:36 ICT LOG: shutting down
2016-05-13 15:03:36 ICT LOG: database system is shut down
2016-05-13 15:03:36 ICT LOG: could not write temporary statistics file “global/pgstat.tmp”: No space left on device
2016-05-13 08:04:43 GMT FATAL: could not write lock file “postmaster.pid”: No space left on device
2016-05-13 08:15:59 GMT FATAL: could not write lock file “postmaster.pid”: No space left on device
2016-05-13 08:46:43 GMT FATAL: could not write lock file “postmaster.pid”: No space left on device
[/quote]

How can I fix this error
Thank you

The data storage seems to be full. Whats the output of

df -h

[quote=“SirTux”]The data storage seems to be full. Whats the output of

df -h
[/code][/quote]
Thank you 
I alredy fixed yesterday   by clean up /dev/mapper/vg_ucs-var patition 

[code]root@email:~# df -h
Filesystem               Size  Used Avail Use% Mounted on
udev                      10M     0   10M   0% /dev
tmpfs                    799M   14M  786M   2% /run
/dev/mapper/vg_ucs-root  9.1G  2.3G  6.3G  27% /
tmpfs                    5.0M     0  5.0M   0% /run/lock
tmpfs                    1.6G     0  1.6G   0% /run/shm
/dev/sda1                457M  241M  192M  56% /boot
/dev/mapper/vg_ucs-home  1.9T   68M  1.8T   1% /home
/dev/mapper/vg_ucs-tmp    40G   52M   38G   1% /tmp
/dev/mapper/vg_ucs-usr    30G  2.4G   26G   9% /usr
/dev/mapper/vg_ucs-var    30G   26G  2.5G  92% /var
cgroup                   4.0G     0  4.0G   0% /sys/fs/cgroup

But I want to shrink /dev/mapper/vg_ucs-home Volume and then extend Volume how to resize volume Pls help
thank you

[quote=“khampasith”][quote=“SirTux”]The data storage seems to be full. Whats the output of

But I want to shrink /dev/mapper/vg_ucs-home Volume and then extend Volume how to resize volume Pls help
thank you[/quote][/quote]

I have never done this, but i found these howto’s:

https://blog.shadypixel.com/how-to-shrink-an-lvm-volume-safely/
http://www.tecmint.com/extend-and-reduce-lvms-in-linux/

Best regards,
Felix

Mastodon