Bug 881959 - libvirt-sandbox: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale.conf
Summary: libvirt-sandbox: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale....
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt-sandbox
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Daniel Berrangé
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 881785
TreeView+ depends on / blocked
 
Reported: 2012-11-29 21:08 UTC by Michal Schmidt
Modified: 2013-04-01 18:45 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-01 18:45:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michal Schmidt 2012-11-29 21:08:33 UTC
Fedora is 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.

We found in libvirt-sandbox-0.1.0/bin/virt-sandbox-service:
    NETWORK_CONFIG = "/etc/sysconfig/network"
    ...
        fd=open(self.dest + self.NETWORK_CONFIG, "w")
        fd.write("HOSTNAME=%s\n" % self.config.get_name() )

Please update the package for the new config files.

Comment 1 Daniel Walsh 2013-04-01 18:45:50 UTC
The current release uses /etc/hostname.


Note You need to log in before you can comment on or make changes to this bug.