/srv/irclogs.ubuntu.com/2011/11/02/#upstart.txt

TJ__i have a job executed when some iface gets alive. The job is executed, but a bit too early. Apparently iface up isnt the same as link up... ?15:11
jhuntTJ__: what is the jobs 'start on'? You probably want to use 'start on net-device-up INTERFACE=...'15:14
TJ__start on net-device-up IFACE=eth115:15
jhuntTJ__: you need to say 'start on net-device-up INTERFACE=eth1' - your job will be starting when the *first* interface is up, not when eth1 is up.15:18
jhuntTJ__: I'll update the cookbook on this...15:18
TJ__i expected that the job would start when IFACE=<x>,   when x comes alive ?15:19
TJ__thanks anyways, seems to be not clear indeed15:20
TJ__at least.... 15:20
TJ__to me :)15:20
jhuntTJ__: the variable that is set is INTERFACE, not IFACE. To see this, look for '=eth1' in /var/log/udev.15:21
TJ__will do15:21
TJ__thanks15:21

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!