Raphaël Pinson

Results 208 comments of Raphaël Pinson

Hmmmm, the build fails on the "test-rwlock1" test https://github.com/raphink/augeas/runs/1792038926?check_suite_focus=true#step:8:341

I udpated gnulib but it's still failing the checks 🤷

Hi there, Could you post the contents of the file you're trying to parse please?

Stable might be more... clean these days!

There seems to be two issues here actually: * the word `server` gets special parsing in this context, so `server_name` fails to parse * a value of `""` cannot be...

If you want this implemented in Augeas, you can also send me an email and we'll see what we can do.

The easiest tool to debug this is [augcheck](https://github.com/raphink/augeas-sandbox/blob/master/augcheck): ``` $ augcheck Splunk /opt/splunk/etc/system/local/props.conf ``` which should show you precisely where Augeas fails to parse the file.

@lutter @mvidner this is definitely that, and the effects are expected this way. Using `seq` entries is one way to fix this (but comes with other inconveniences).

@joohoi I've heard people managed to get Augeas to work on Cygwin. I haven't tried myself. I have no idea what @lutter's plans are.

I for one hardly ever touch Windows server for anything else than bouncing to a Linux one… I'm sure we'd welcome changes to make it work though.