Hi,
From IRC:
<phrawzty> i'm having difficulties with augeas and xinetd - basically,
i can't set anything.
<phrawzty> augtool> set files/etc/xinetd.d/rsync/disable no
<phrawzty> augtool> save
<phrawzty> Saving failed
The problem here is that, under the rsync file, there should be a
service name. For example:
augtool> set /files/etc/xinetd.d/somefile/someservice/disable no
augtool> save
Saved 1 file(s)
Will create the file "/etc/xinetd.d/somefile" with this content:
$ cat /etc/xinetd.d/somefile
service someservice
{
disable = no
}
One thing to remember is that the order of node in the augeas tree may
be important. For example, for the host lens, alias must be the tail
of siblings. For queries, there is a good starting point here:
http://augeas.net/page/Path_expressions
In my point of view, I think it's fine to ask for help on the list here.
Francis
Daniel Maher <[email protected]> a écrit :
Hello all,
I am very sorry to pollute the devel mailing list, but i'm not sure
where else to ask : is there a users mailing list somewhere ? I'm
having problems with the xinetd lense (everything is a "malformed
child" with this lense only), which is the sort of thing one might
like to discuss with other Augeas users...
If somebody could point me in the direction of an appropriate user
support forum, i would be most appreciative. I asked on the IRC
channel as well, but perhaps because of my timezone difference,
nobody was available to respond.
Thank you all, and sorry again for interrupting your development
conversations with this.
--
Daniel Maher <dma PLUS augeas AT witbe DOT net>
"The Internet is completely over." -- Prince
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel