Page MenuHomeVyOS Platform

DHCP relay startup broken in Beta ( vyos-999.201703022137-amd64.iso )
Closed, ResolvedPublic

Description

The binary that it's trying to call when starting the process is dhcrelay3 but it's now named dhcrelay.

Looking into the git, there is 3 hits to change :

scripts/system/dhcrelay.init: OUTPUT=start-stop-daemon -m --pidfile $PIDFILE -b --start --exec /usr/sbin/dhcrelay3 -- -d $ARGS 2>&1
scripts/system/dhcv6relay-status.pl:my $ps_output=ps -C dhcrelay3 -o args --no-headers;
scripts/system/dhcv6relay.init: OUTPUT=start-stop-daemon -m --pidfile $PIDFILE -b --start --exec /usr/sbin/dhcrelay3 -- -d -6 $ARGS 2>&1

Details

Difficulty level
Easy (less than an hour)
Why the issue appeared?
Will be filled on close

Revisions and Commits

Event Timeline

246tnt closed this task as Resolved by committing Restricted Diffusion Commit.Mar 4 2017, 1:37 AM
246tnt added a commit: Restricted Diffusion Commit.