zoukankan      html  css  js  c++  java
  • log

    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file client.py, line 311
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file xmlrpc.py, line 232
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file xmlrpc.py, line 260
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file masterslave.py, line 217
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file init.py, line 102
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file xmlrpc.py, line 276
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file registration.py, line 224
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file init.py, line 106
    Traceback (most recent call last):
      File "/usr/lib/python2.7/logging/__init__.py", line 875, in emit
        self.flush()
      File "/usr/lib/python2.7/logging/__init__.py", line 835, in flush
        self.stream.flush()
    IOError: [Errno 28] No space left on device
    Logged from file rosout.py, line 69
  • 相关阅读:
    网络并发服务器设计
    linux脚本编程技术
    守护进程学习
    UDP通讯程序设计
    TCP通讯程序设计
    linux中socket的理解
    linux网络协议
    kafka ProducerConfig 配置
    crontab定时执行datax
    crontab
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10811861.html
Copyright © 2011-2022 走看看