Nikolay Martynov
Nikolay Martynov
**Environment**: - *Jib version:* 2.5.0 - *Build tool:* gradle - *OS:* macos/linux **Description of the issue**: When `containerizingMode = "packaged"` is enabled jib tasks fail with `Obtaining project build output...
Somehow I got this in file buffer: ``` $ ls -la /var/log/td-agent/buffer/buffer.b55f34d13a918cfd38c26929392511b73.log* -rw-r--r-- 1 td-agent td-agent 0 Nov 30 15:22 /var/log/td-agent/buffer/buffer.b55f34d13a918cfd38c26929392511b73.log -rw-r--r-- 1 td-agent td-agent 0 Nov 30 15:22 /var/log/td-agent/buffer/buffer.b55f34d13a918cfd38c26929392511b73.log.meta...
It would be really useful to have a `column` field along with the line number field in the `Line` message. This is especially useful for runtimes that use source code...
# What Does This Do # Motivation # Additional Notes
TPLink ER605 v2 uses two ubi volumes: `extra-para` and `extra-para.b` to determine which set of volumes to use for booting. OpenWrt doesn't really support this concept of 'backup' volumes. So...
The above command runs about 10 times slower than simple list. It looks like that the reason for this is that it fetches a lot of additional data via additional...
Currently eth1 (which is the first "lan" interface) doesn't work on this device. During boot the following can be seen in logs: ``` [ 2.234280] mtk_soc_eth 1e100000.ethernet: generated random MAC...
There were a couple of race conditions in Bulkhead implementation that resulted in permits leaking and eventually all processing protected by bulkhead stopping. This PR is split by commit and...