jirib
jirib
I see ``` ... fsnotifier[32627] warn: inotify_add_watch(/home/jirib/cvs/openbsd-ports/archivers/libarchive/CVS): Too many open files ... ```
Does creating virtualenv (in python plugin) work for you? It does not for me. IMO intellij code has a lot of if win elif linux elif freebsd and that's all...
I'll check it. IMO it is related to spawning processes.
Just a question, are you able to build idea from sources on FreeBSD?
IMO resultsDir should be just last part of the absolute path, is it here? https://github.com/future-architect/vuls/blob/420825cacce8cacabc03b6031b270a0de0c03981/scan/serverapi.go#L703
It seems it's not possible to run `vuls scan` anyway under different UID with default vuls container as `ssh` exits with: ``` cmd: /usr/bin/ssh -tt -o StrictHostKeyChecking=yes -o LogLevel=quiet -o...
I suppose this disqualifies restic to be able to restore backup of Windows C:\ drive to another drive while booted from WinPE media for disaster recovery purposes - that is,...
> Having installed another system, I remarked the following subtlety: Installing the public keyring in the installer's `/usr/share/keyrings` as `archive.gpg` copies the keyring over the symbolic link pointing toward `/usr/share/keyrings/debian-archive.gpg`;...
``` # uname -r 5.12.9-1-default # ag -aG 'forwarding' '1' /proc/sys/net/ipv4/conf/all/forwarding # ls -l /proc/sys/net/ipv4/conf/all/forwarding -rw-r--r-- 1 root root 0 Jun 15 13:30 /proc/sys/net/ipv4/conf/all/forwarding # fle /proc/sys/net/ipv4/conf/all/forwarding # file /proc/sys/net/ipv4/conf/all/forwarding...
BTW I wrote a section in Alpine Linux KVM wiki page about VFIO, see https://wiki.alpinelinux.org/wiki/KVM#vfio. And there's no need to compile OVMF files, it's just binary files, one can download...