Bug 881841

Summary: augeas: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale.conf
Product: [Fedora] Fedora Reporter: Michal Schmidt <mschmidt>
Component: augeasAssignee: David Lutterkort <lutter>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: apevec, hbrock, lutter, mbooth
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-15 02:24:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 881785    
Attachments:
Description Flags
update shellvars incl list none

Description Michal Schmidt 2012-11-29 16:39:25 UTC
We're migrating away from:
 /etc/sysconfig/network (the HOSTNAME=... setting)
 /etc/sysconfig/keyboard
 /etc/sysconfig/i18n
to:
 /etc/hostname
 /etc/vconsole.conf
 /etc/locale.conf

See the tracker bug 881785 for details.

I am not very familiar with augeas, but it seems to me as a kind of software that has to be updated for changes in locations and formats of configuration files.

For instance, augeas-0.10.0/lenses/shellvars.aug references "i18n" and "keyboard".

Please consider doing any changes necessary to handle the new config files.

Comment 1 Dominic Cleal 2012-12-06 10:18:59 UTC
Created attachment 658646 [details]
update shellvars incl list

Augeas is a parser, so we'll just need to make sure it can support the new formats.  It'll be up to higher level programs to use Augeas to edit the right file.

/etc/hostname has a lens in 0.10.0-5.fc18 already, so that'll just work.

/etc/locale.conf and vconsole.conf are Shellvars compatible, so I've added them in 2cb8db0c upstream.  The attached patch should apply against the F18 package and adds shellvars files present in a base F18 install.

Comment 2 Fedora Update System 2013-01-04 21:27:12 UTC
augeas-1.0.0-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/augeas-1.0.0-1.fc18

Comment 3 Fedora Update System 2013-01-05 21:54:56 UTC
Package augeas-1.0.0-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing augeas-1.0.0-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-0297/augeas-1.0.0-1.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-01-15 02:24:11 UTC
augeas-1.0.0-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.