我正在调试我的dockerfile,下载了一些大型软件包太多次了。现在,每次我运行任何对接指令,总是有“无法连接到docker守护进程”。我检查了一下,我想是因为储藏室已经满了。但我不知道怎么解决这个问题。有人能帮我吗?这是错误的快照。
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
WARN[0000] You are running linux kernel version 2.6.32-431.el6.x86_64, which might be unstable running docker. Please up
我经常在Ubuntu /Apache盒上获得100%的inode使用率。
主要用法似乎是在/var/cache/apache2/mod_cache_disk中
每两周我必须手动从这个文件夹中删除文件一次,这就解决了我的问题。
该目录中的ls返回以下内容
@ 3 5 8 D F G H I J K L M N O P Q R S T U V W X Y Z
1 4 7 C f g h i j k l m n o p q r s t u v w x y z
为什么这个要满了,我怎么才能阻止它?
谢谢
无论我尝试做什么,无论是安装新软件,还是尝试sudo apt-获得升级。
有时我总是出错:(当我尝试sudo apt升级时)
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-image-generic-hwe
声纳和詹金斯一起运行了6个月,没有任何故障。从上个星期开始,我就看到詹金斯的一些工作出现了以下错误,导致工作失败。
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project Project: Can not execute Sonar: Fail to extract sonar-runner-batch.jar: No space left on device -> [Help 1]
声纳正在linux主机上运行。我看到/tmp文件夹下堆满
当我尝试运行类似于sudo apt-get install rdesktop的程序时,我得到了以下信息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-generic-lts-trusty :
我在Linux机器上,我收到一个错误,我的存储空间已经满了。
Error writing to connection: No space left on device
我使用了df,我可以看到在我的一些文件系统中有足够的空间。
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 8202604 60 8202544 1% /dev
tmpfs 8213188 0 8213188 0% /dev/shm
/dev/xvda1
在AWS上使用Ubuntu14进行升级时遇到了问题。这似乎与完全/boot等问题不同。我该怎么纠正呢?
Setting up initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-3.13.0-35-generic (3.13.0-35.62) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
The li
我在我的AWS Ubuntu t2微系统上得到了这个错误。我是Ubuntu/Linux的新手。在安装nodejs软件包时,它建议我运行sudo apt-get -f install。任何帮助都将不胜感激。
$sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed
我正在Macbook Air上运行一些基本的数据操作(4GB内存,120 4GB硬盘,8GB可用)。我的输入文件大约是40 MB,在进程结束之前我不会向磁盘写入任何东西。然而,在我的过程中,我的Mac说没有内存可以运行。我查了一下硬盘,发现还剩下大约500‘s。以下是我的问题:
怎么可能R这么快就填满了我的磁盘?我的理解是,R将所有东西存储在内存中(除非我向磁盘显式地写了一些东西)。
如果R确实在磁盘上写入临时文件,我如何找到这些文件来删除它们?
非常感谢。
更新1:我收到的错误消息:
Force Quit Applications: Your Mac OS X startup
有人能帮我解决这个问题吗?从很长一段时间以来,我的笔记本电脑一直给我带来问题。我有一个Ubuntu18.04运行,使我的系统太落后,我不得不再次清洁安装它。然而,它再次出现了一些问题,例如
ACPI error,
blk_update_request: I/O error,
Failed to start Network Time Synchronization, etc.
所有这些问题都让我感到厌烦,因为每次我想要启动系统时运行一个手动fsck都是令人厌烦的,所以我迁移到了Linux。第一次安装失败时,我运行了一个引导修复程序。pastebin链接可以找到这里。
有人能调查一下然后让我知道