forwarded 721850 https://fedorahosted.org/augeas/ticket/246 tags 721850 + fixed-upstream thanks
On 04/09/13 16:25, Markus Frosch wrote: > Augeas fails because of the networkmanager lense and some "special" connection > names, or better filenames for Network Managers profiles. > > $ sudo augtool > Failed to initialize Augeas > error: Invalid path expression > error: garbage at end of path expression > /augeas/files/etc/NetworkManager/system-connections/Hotspot |=|(automatisch) > > The actual file is called: > "/etc/NetworkManager/system-connections/Hotspot (automatisch)" > > $ sudo augtool > Failed to initialize Augeas > error: Invalid path expression > error: garbage at end of path expression > /augeas/files/etc/NetworkManager/system-connections/work_2|=|,4ghz > > Actual file: > "/etc/NetworkManager/system-connections/work_2,4ghz" > > Looks like it breaks on certain characters. > > I had to disable the lense completely to be able to use augeas. There have been a couple of upstream fixes for this, more recently than Augeas 1.0.0. The first one ignored filenames containing brackets in their name and was released in Augeas 1.1.0: https://fedorahosted.org/augeas/ticket/246 The second fixed filename handling at a more fundamental level and will be in the next Augeas release: https://fedorahosted.org/augeas/ticket/333 -- Dominic Cleal Red Hat Engineering -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

