Activity log for bug #152692

Date Who What changed Old value New value Message
2007-10-14 17:17:07 Matt LaPlante bug added bug
2007-12-03 14:45:53 Basilio Kublik bug added attachment 'findutils_4.2.31-1ubuntu3_gutsy.debdiff' (debdiff from bug #159472)
2007-12-03 14:47:33 Basilio Kublik findutils: importance Undecided Low
2007-12-03 14:47:33 Basilio Kublik findutils: status New Triaged
2007-12-08 21:15:34 Neal McBurnett findutils: status Triaged Fix Committed
2007-12-08 21:20:41 Daniel Hahler bug added subscriber Ubuntu Stable Release Updates Team
2007-12-08 21:21:50 Daniel Hahler findutils: importance Low Medium
2007-12-08 21:21:50 Daniel Hahler findutils: status Fix Committed Fix Released
2007-12-08 22:16:43 Basilio Kublik bug added attachment 'findutils_4.2.31-1ubuntu3_gutsy-proposed.debdiff' (findutils_4.2.31-1ubuntu3_gutsy-proposed.debdiff)
2007-12-08 22:34:58 Kees Cook findutils: importance Undecided Medium
2007-12-08 22:34:58 Kees Cook findutils: status New In Progress
2007-12-08 23:01:08 Basilio Kublik bug added attachment 'findutils_4.2.31-1ubuntu3_gutsy-proposed.debdiff' (findutils_4.2.31-1ubuntu3_gutsy-proposed.debdiff)
2007-12-09 19:53:02 Daniel Hahler title updatedb cron job fails updatedb cron job re-nices wrong process (pid 7 by default)!
2007-12-12 05:41:17 Kees Cook bug added attachment 'findutils_4.2.31-1ubuntu2.1_gutsy-proposed.debdiff' (findutils_4.2.31-1ubuntu2.1_gutsy-proposed.debdiff)
2007-12-12 11:36:31 Martin Pitt bug added subscriber SRU Verification
2007-12-12 11:37:32 Martin Pitt findutils: status In Progress Fix Committed
2007-12-18 21:16:07 Kees Cook description Binary package hint: findutils I see a couple problems with the /etc/cron.daily/find cron job in the findutils 4.2.31-1ubuntu2 package (Gutsy RC). 1) There's an extra space in the shebang line (cosmetic)... #! /bin/sh 2) It's passing a priority to ionice with the -p flag, however according to the ionice man page, the -p flag specifies a pid. This causes ionice to fail to run. cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb > ioprio_set: No such process " -p Pass in a process pid to change an already running process. " Binary package hint: findutils I see a couple problems with the /etc/cron.daily/find cron job in the findutils 4.2.31-1ubuntu2 package (Gutsy RC). 1) There's an extra space in the shebang line (cosmetic)... #! /bin/sh 2) It's passing a priority to ionice with the -p flag, however according to the ionice man page, the -p flag specifies a pid. This causes ionice to fail to run. cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb > ioprio_set: No such process " -p Pass in a process pid to change an already running process. " TEST CASE: 1) wait for updatedb (/etc/cron.daily/find) to run from cron (happens daily at 06:25 -- adjust system clock to force a run) 2) while updatedb runs, examine io priority with "ionice $(pidof updatedb)" 3) should report "best-effort: prio 7" (broken behavior shows "none: prio 0")
2007-12-18 23:00:26 Brian Murray description Binary package hint: findutils I see a couple problems with the /etc/cron.daily/find cron job in the findutils 4.2.31-1ubuntu2 package (Gutsy RC). 1) There's an extra space in the shebang line (cosmetic)... #! /bin/sh 2) It's passing a priority to ionice with the -p flag, however according to the ionice man page, the -p flag specifies a pid. This causes ionice to fail to run. cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb > ioprio_set: No such process " -p Pass in a process pid to change an already running process. " TEST CASE: 1) wait for updatedb (/etc/cron.daily/find) to run from cron (happens daily at 06:25 -- adjust system clock to force a run) 2) while updatedb runs, examine io priority with "ionice $(pidof updatedb)" 3) should report "best-effort: prio 7" (broken behavior shows "none: prio 0") Binary package hint: findutils I see a couple problems with the /etc/cron.daily/find cron job in the findutils 4.2.31-1ubuntu2 package (Gutsy RC). 1) There's an extra space in the shebang line (cosmetic)... #! /bin/sh 2) It's passing a priority to ionice with the -p flag, however according to the ionice man page, the -p flag specifies a pid. This causes ionice to fail to run. cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb > ioprio_set: No such process " -p Pass in a process pid to change an already running process. " TEST CASE: 1) force updatedb (/etc/cron.daily/find) to run via 'sudo /etc/cron.daily/find' 2) while updatedb runs, examine io priority with "ionice $(pidof updatedb)" 3) should report "best-effort: prio 7" (broken behavior shows "none: prio 0")
2007-12-18 23:18:05 Kees Cook description Binary package hint: findutils I see a couple problems with the /etc/cron.daily/find cron job in the findutils 4.2.31-1ubuntu2 package (Gutsy RC). 1) There's an extra space in the shebang line (cosmetic)... #! /bin/sh 2) It's passing a priority to ionice with the -p flag, however according to the ionice man page, the -p flag specifies a pid. This causes ionice to fail to run. cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb > ioprio_set: No such process " -p Pass in a process pid to change an already running process. " TEST CASE: 1) force updatedb (/etc/cron.daily/find) to run via 'sudo /etc/cron.daily/find' 2) while updatedb runs, examine io priority with "ionice $(pidof updatedb)" 3) should report "best-effort: prio 7" (broken behavior shows "none: prio 0") Binary package hint: findutils I see a couple problems with the /etc/cron.daily/find cron job in the findutils 4.2.31-1ubuntu2 package (Gutsy RC). 1) There's an extra space in the shebang line (cosmetic)... #! /bin/sh 2) It's passing a priority to ionice with the -p flag, however according to the ionice man page, the -p flag specifies a pid. This causes ionice to fail to run. cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb > ioprio_set: No such process " -p Pass in a process pid to change an already running process. " TEST CASE: 1) force updatedb (/etc/cron.daily/find) to run via 'sudo /etc/cron.daily/find' 2) while updatedb runs, examine io priority with "ionice -p $(pidof updatedb)" 3) should report "best-effort: prio 7" (broken behavior shows "none: prio 0")
2007-12-21 12:07:05 Martin Pitt findutils: status Fix Committed Fix Released
2008-02-11 07:17:34 Martin Pitt findutils: status Fix Released In Progress
2008-02-11 07:17:34 Martin Pitt findutils: assignee pitti
2008-02-13 22:03:36 Kees Cook findutils: status In Progress Invalid
2008-02-13 22:03:36 Kees Cook findutils: assignee pitti keescook
2009-06-24 01:39:08 Launchpad Janitor branch linked lp:ubuntu/gutsy-updates/findutils