Project

General

Profile

Actions

Bug #4142

closed

/etc/hosts gets messed up by sed commands

Added by Jonathan CLARKE over 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
3
Category:
Vagrant
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

The change from commit:f3c6d83cbe5a7761d4be6d37533e09c6dc22f08c causes this to happen to my hosts files:

[vagrant@server ~]$ cat /etc/hosts
127.0.0.1    server.rudder.local.rudder.local.rudder.local.rudder.local.rudder.local.rudder.local server localhost localhost.localdomain localhost4 localhost4.localdomain4

The sed command ends up adding the ".rudder.local" suffix multiple times. It needs fixing.

Actions #1

Updated by Vincent MEMBRÉ over 10 years ago

Since Vagrant 1.3.0 (https://github.com/mitchellh/vagrant/blob/v1.3.0/CHANGELOG.md#130-september-5-2013), provisionning script is run only at first boot of the VM.

then up the vm again does not call the provisionning script.

I don't think our provisioning script should be run after first boot, it would wipe datas from the vm (calling rudder-init.sh at the end), and if your goal was to make a fresh install, it would be better to wipe completely the VM.

However, I guess your right and the script should be less error prone when editing /etc/hosts

Actions #2

Updated by Benoît PECCATTE over 9 years ago

  • Category set to Vagrant integration
  • Status changed from 8 to Pending technical review
  • Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
  • Target version set to 2.10.8
  • Pull Request set to https://github.com/Normation/rudder-vagrant/pull/7
Actions #3

Updated by Benoît PECCATTE over 9 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100

Applied in changeset commit:625a0441ddab881d9f7a7e138e78ea52e1e28501.

Actions #4

Updated by Jonathan CLARKE over 9 years ago

Applied in changeset commit:7fefd1ab4eda3bf92817e319d2117dbeb60d46e8.

Actions #5

Updated by Vincent MEMBRÉ over 9 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.10.8 and 2.11.5, which were released today (16/12/14)

Actions #6

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 35 to Rudder tools
  • Category changed from Vagrant integration to Vagrant
Actions #7

Updated by Benoît PECCATTE about 9 years ago

  • Target version changed from 2.10.8 to 2.10
Actions

Also available in: Atom PDF