Journal Size Full

Search for a command to run...

No comments yet. Be the first to comment.
Log the problems I'd encountered during programming, and log my solution to resolve the problem.
Problem Step 3/12 : RUN apk add openjdk11 ---> [Warning] IPv4 forwarding is disabled. Networking will not work. ---> Running in 0f20ee3ab3eb fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz ERROR: https://dl-cdn.alpinel...
In this article, we'll write a JUnit Test configured with Environment Variables using junit-pioneer library. First of all, we need to add the junit-pioneer library and maven-surefire-plugin to the Maven pom.xml. <project> <properties> <p...
Problem The problem occurs when using the Python requests library, the chardet library is not installed. /Users/adacheng/Library/Python/3.9/lib/python/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable charact...

Apache Kafka is an open-source distributed event streaming platform for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. Introduction This article aims to provide basic hands-on instructions ...

Problem When AWS STS module is included in a Spring Boot Application, exception complaining region not set is thrown. Maven pom.xml <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>sts</artifactId> </dependency> Error M...

Installation Follow the instruction in this article to install Trivy. Scan To scan the docker image: Build the image. docker build . -t hello-world Scan the image. trivy scan hello-world

The journal (/var/log/journal) size is full.
journalctl --vacuum-size=100M
journalctl --disk-usage
Result:
Archived and active journals take up 112.0M in the file system.
