-
**Issue by [jimmycuadra](https://api.github.com/users/jimmycuadra)**
---
With a fresh checkout of the repository, commit 73c8d2, against Vagrant 1.7.2, vagrant-vmware-fusion 3.2.0, And VMware Fusio…
-
# Issue Report #
## Bug ##
### Container Linux Version ###
```
$ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1649.0.0
VERSION_ID=1649.0.0
BUILD_ID=2018-01-0…
-
### URL
https://grafana.com/docs/alloy/latest/reference/components/loki.source.journal/
### Feedback
https://github.com/coreos/go-systemd/blob/main/sdjournal/journal.go#L335
https://manpages…
-
# Issue Report #
## Bug ##
CL will reboot outside of the reboot windows if the update-engine downloaded a newer version and locksmithd was unable to acquire a semaphore in time.
### Reproduct…
-
- Talos --- kubernetes
- Bottlerocket
- Fedora CoreOS
- flatcar
- kubeOS ?
- LifSeaOS ?
- Kairos https://github.com/kairos-io
-
**Describe the enhancement**
Configure qemu to pass down discards when building images, e.g.
```
```
Key portion is -> discard="unmap"
**System details**
fedora-co…
cmurf updated
2 years ago
-
There are a few things that will wait forever for a remote resource to exist before continuing. One of them is the pxe rootfs downloading (https://github.com/coreos/fedora-coreos-config/pull/964) the …
-
Fedora CoreOS 32.20201004.3.0
In CoreOS version 32, `pam_sss.so` is not configured by default in `/etc/pam.d/system_auth` or `password_auth`. As such, in order to use SSSD, you must overwrite thes…
-
The default installation of Docker has the logging driver set to `journald`. This is inconsistent with the default behaviour of docker documented [here](https://docs.docker.com/config/containers/loggi…
-
```console
$ cat foo.go
package foo
import (
"github.com/containerd/cgroups/v2"
)
func Foo(a, b string) (*v2.Manager, error) {
return v2.LoadManager(a, b)
}
$ vndr init
`…