[augeas-devel] [Augeas] #355: Failed to update PHP settings in per host section: Invalid path expression

Augeas trac at fedorahosted.org
Sun Jul 28 08:59:50 UTC 2013


#355: Failed to update PHP settings in per host section: Invalid path expression
--------------------+---------------------
 Reporter:  gold    |       Owner:  lutter
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:  next
Component:  Augeas  |     Version:  1.0.0
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+---------------------
 Steps
 1. Create file '/etc/php5/conf.d/example.com.ini' with the following
 content
 {{{
 [HOST=example.com]
 memory_limit = 128M
 }}}
 2. Run in augtool the following command
 {{{
 set /files/etc/php5/conf.d/example.com.ini/HOST=example.com/memory_limit
 256M
 }}}

 Run failed with the following error
 {{{
 error: Invalid path expression
 error: type error
 /files/etc/php5/conf.d/example.com.ini/HOST=example.com/memory_limit|=|
 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/355>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list