Csaba Henk

Results 13 issues of Csaba Henk

I get a segfault sporadically when I'm requiring toml-rb. I figured out that this happens when the toml-rb code is loading some Citrus grammars. I report this issue to Citrus...

Access control can be executed either on client or server side... or both... which is the typical case. It's an architectural feature of Glusterfs that all authenticated clients are trusted...

TL;DR this is a workaround to certain issues with locking. In detail: A number of semantic issues came up in relation to locking, due to which the jolly optimistic approach...

`sxhkd(1)` says: > Each line of the configuration file is interpreted as so: > - If it is empty or starts with #, it is ignored. > - If it...

I'm using the following Ruby script named _bintreefeed.rb_ as data generator: ```ruby #!/usr/bin/env ruby Integer($*.shift).then { |n| (0...(1 > i) & 1 }.then { |a| p([a, "x"]) } } }...

``` $ echo '{}' | underscore print --outfmt '?' Unrecognized output format: '?'. See 'help formats', or select from ['json', 'dense', 'stringify', 'pretty', 'inspect', 'text', 'msgpack', 'msgpack.print'] ``` Hmm, OK,...

``` $ echo '{"a":null}' | underscore print --outfmt pretty { a: null } ``` (nb. non-prettified output is fine: ``` $ echo '{"a":null}' | underscore print { "a": null }...

output is like as follows: ``` ... tar: var/log: Cannot mkdir: No such file or directory tar: var: Cannot mkdir: No space left on device tar: var/pcmcia: Cannot mkdir: No...

@vponomaryov reported: ``` if access is not allowed to client, next thing appear: [ 4182.497622] nfs: server 10.0.0.2 not responding, timed out And it takes very long time until adding...

Unionfs can be used as poor man's clustered storage. To make this use case feasible, it's desired that file creations are distributed evenly among the writable branches (using a heuristics...