arahnale
arahnale
strace : ``` openat(AT_FDCWD, "/usr/lib/libopentracing.so.1", O_RDONLY|O_CLOEXEC) = 5 ... write(3, "2021/05/12 10:19:26 [emerg] 93988#0: dlopen() \"/usr/lib/nginx/modules/ngx_http_opentracing_module.so\" failed (/usr/lib/nginx/modules/ngx_http_opentracing_module.so: undefined symbol: _ZN11opentracing2v329DynamicallyLoadTracingLibraryEPKcRSs) in /etc/nginx/nginx.conf:8\n", 269) = 269 write(2, "nginx: [emerg] dlopen()...
Thanks, but it didn’t work. I managed to make authorization through: ``` launch_arg => ['--proxy-server=http://12.43.56.67:1234'], ``` ... ``` $chrome->driver->send_packet('Fetch.enable' , 'handleAuthRequests' => JSON::true ); my $asdf = $chrome->add_listener('Fetch.requestPaused', sub {...
I do not think that the problem is hardware, as it began to reproduce after the upgrade from zfs 2.1.13, on all servers. Kernels 5.4 and 5.15. Uses RAM with...
At the moment, I will try to unload the server. It was noticed that the problem was reproduced when the arc max size was increased. ``` echo 107374182400 > /sys/module/zfs/parameters/zfs_arc_max...
I removed zfs_arc_max from the settings, now it began to take 50% of the memory of the entire server. When the server ran out of memory, the kernel panicked again....
I use the mirror zpool ``` zpool status pool: zpool state: ONLINE config: NAME STATE READ WRITE CKSUM zpool ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 nvme-INTEL_SSDPE2KX080T8_BTLJ122300VB8P0HGN ONLINE...
In my kernel enable CONFIG_KASAN_STACK ``` grep CONFIG_KASAN /boot/config-5.4.0-162-generic # CONFIG_KASAN is not set CONFIG_KASAN_STACK=1 ``` Is this suitable for debugging?
I was able to reproduce the kernel crash when using zfs 2.2.2 I wrote a script for a memory leak ``` #include // malloc calloc #include #include typedef struct {...