Sush

Results 5 comments of Sush

I'm hitting this too, @amwork2010 did you figure out a solution?

Did a little digging around as per your suggestion @purpleidea, looks like ionotify works expected. On one window, I set up io notify watcher on the /proc/sys directory. On the...

That error message- Looks like it's trying to resolve the current hostname: ``` vagrant@local:~$ cat /proc/sys/kernel/hostname oldname vagrant@local:~$ sudo /sbin/sysctl -w kernel.hostname=newname sudo: unable to resolve host oldname kernel.hostname =...

Thanks @purpleidea. I'll send out an early review to get your feedback.

Here's the sysctl resource I have- first draft, havent proof read it https://gist.github.com/sushsada/8a850ff2b7a5955f46ad3ecd8f6038c8 And my script is : ```bash cat sysctl1.mcl sysctl "kernel.hostname" { value => "sush.com", } ``` However,...