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 |
---|---|---|
jhunt | TJ__: 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=eth1 | 15:15 |
jhunt | TJ__: 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 |
jhunt | TJ__: 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 indeed | 15:20 |
TJ__ | at least.... | 15:20 |
TJ__ | to me :) | 15:20 |
jhunt | TJ__: the variable that is set is INTERFACE, not IFACE. To see this, look for '=eth1' in /var/log/udev. | 15:21 |
TJ__ | will do | 15:21 |
TJ__ | thanks | 15:21 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!