Marcin
Marcin
* Version of collectd: 5.7.2 * Operating system / distribution: Gentoo ## Expected behavior Limited number of information about failing decryption ## Actual behavior Every message received from remote system...
### The bug I noticed that from time to time I got coredumps from node working on microservices. As for now I don't know how to trigger it. In docker...
First broken commit cb176bcab5f8a3749c4fb7e2abdf1cb30728a543 ``` (gdb) run Starting program: /sbin/bcachefs fsck -n /dev/vg-ZA1C3NKP/burp [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7ffff7fbf680 (LWP 9585)] [New Thread...
fs is defined in fstab like below: `/dev/vg-tmp-filmy-Z1P07DKL/syncthing /dane/media/gry/NOWE/SYNCTHING bcachefs relatime,nofail,verbose,auto 0 0` mount written in rust throws: ``` error: invalid value '/dev/mapper/vg--tmp--filmy--Z1P07DKL-syncthing' for '': invalid character: expected an optional...
When I run `mount -av` I got error: `ERROR - bcachefs_rust::cmd_mount: Fatal error: "No such file or directory"` I don't know which fs couldn;t be mounted, error message should print...
Hi, mkfs.bcachfs doesnt accept value 2M but help states that should: ``` ... --encoded_extent_max=2097152 Invalid option encoded_extent_max: too big (max 2097152) ``` and next, help is not consistent: ``` ......
bcache fsck can't fix `extent in missing inode`and also it can't reclaim space after file deletion. ``` # time bcachefs fsck -y /dev/sdd recovering from clean shutdown, journal seq 3318732...
On commit 967c8704989f6194dc40ea884b5d0f713d4fb74c , repo evilpiepirate.org. ``` gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-10.2.0-r5/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/python --enable-languages=c,c++,jit,fortran...
Hello, i'm using minidlna 1.3.2. I'm getting many segfaults while streaming movie, this is backtrace: ``` Reading symbols from /usr/sbin/minidlnad... Reading symbols from /usr/lib/debug//usr/sbin/minidlnad.debug... [New LWP 5874] [Thread debugging using...
Hello! I'm using Mantis with postgresql. timetracking plugin tries to create table but special word `user` isn't properly escaped ( https://www.postgresql.org/docs/current/static/sql-keywords-appendix.html ): ``` ERROR: syntax error at or near "user"...