Roman Valov
Roman Valov
Say I have following directory structure on my S3 bucket: ``` / dir1/ subdir/ main.conf test.conf dir2/ subdir/ main.conf test.conf dir3/ subdir/ main.conf test.conf ``` Now I want to download...
Hi, I'm running Ubuntu 22.04 and using less 590. Found a regression in ANSI color codes handling. The minimal text file to reproduce is attached. It has two lines and...
Hi please consider following minimal code example: ``` import javax.sip.*; class Test implements SipListener { public static void main(String[] args) { try { SipFactory sipFactory = SipFactory.getInstance(); sipFactory.setPathName("gov.nist"); java.util.Properties properties...
From https://github.com/ycm-core/YouCompleteMe/issues/4224 : [Screencast](https://asciinema.org/a/wRnFV6Gmc9zscoDDruNIhazJe) Sample project: [ycm.demo.tar.gz](https://github.com/ycm-core/YouCompleteMe/files/14461791/ycm.demo.tar.gz) `UsedObject.java` -- contains one public object and one package private object (`UsedObjectHelper`) `UnusedObject.java` -- contains one public object and one package private object...
### Description According to the [doc](https://docs.docker.com/reference/cli/docker/container/kill/) `docker kill` command may be used to issue non-terminating signals to processes running inside containers. I.e. it's a regular practice for daemons to handle...
# Issue Prelude - [x] I have read and understood YCM's [CONTRIBUTING][cont] document. - [x] I have read and understood YCM's [CODE_OF_CONDUCT][code] document. - [x] I have read and understood...
Board: Raspberry Pi Compute Module 4 Rev 1.0 I'm developing an automated network flashing daemon for RPi boards based on PXE/TFTP server. My boards are configured with `BOOT_ORDER=0xf12` and `TFTP_PREFIX=2`,...
On a vanilla fedora-iot image system-wide `/etc/ostree/remotes.d` configuration used to configure `fedora-iot` remote and gpg-homedir to be used (`/etc/pki/rpm-gpg`). These gpg keys are considered by various `ostree admin ...` commands...
The `systemd-gpt-auto-generator` comes into play if there is no `root=` on kernel command line defined. However dracut-generated image may embed `root=` inside the image (`/etc/cmdline`, `/etc/cmdline.d`). Then dracut's `rootfs-generator` attempts...
Dracut immediately stops emergency.service when emergency.target is invoked by gpt-auto-root timeout
**Describe the bug** I was debugging weird systemd-gpt-auto-root behavior where it prevents dracut hostonly images to boot. And bumped into the bug on gpt-auto-root device timed out. Systemd intended to...