On Thursday 15 October 2009 at 19:06 (CET), Chuck Short wrote: > 1. Is this reproducible?
Yes. > 2. If so, what specific steps should we take to recreate this bug? Be as > detailed as possible. This will help us to find and resolve the problem. As described in the bugreport itself: $ sudo crontab -l # m h dom mon dow command 4 20 * * * /sbin/ipvsadm 4 20 * * * ipvsadm This results in two error mails from cron. The first mentions: exec: 15: ipvsadm-1.24: not found The second mentions: /bin/sh: ipvsadm: not found -- Ruben -- /sbin/ipvsadm doesn't work when $PATH doesn't contain /sbin https://bugs.launchpad.net/bugs/347165 You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to ipvsadm in ubuntu. Status in “ipvsadm” package in Ubuntu: Incomplete Bug description: Binary package hint: ipvsadm As /sbin/ipvsadm is a wrapper script for 2 versions of ipvsadm and isn't using full paths to those executables, running /sbin/ipvsadm when /sbin is not part of $PATH, the script will fail. (Root) Cronjobs by default don't appear to have /sbin in their $PATH, so any cronjobs running /sbin/ipvsadm will fail, unless $PATH is overridden. Output from a script using bash -x using /sbin/ipvsadm : + /sbin/ipvsadm -Lnf 4 exec: 15: ipvsadm-1.24: not found _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-ha Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-ha More help : https://help.launchpad.net/ListHelp

