Activity log for bug #1464051

Date Who What changed Old value New value Message
2015-06-11 00:45:48 Jim Rollenhagen bug added bug
2015-06-11 00:46:54 Jim Rollenhagen attachment added 0001-Allow-seconds-in-t-option.patch https://bugs.launchpad.net/ubuntu/+source/at/+bug/1464051/+attachment/4412879/+files/0001-Allow-seconds-in-t-option.patch
2015-06-11 04:19:39 Ubuntu Foundations Team Bug Bot tags patch
2015-06-11 04:19:46 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2020-12-13 16:08:24 Launchpad Janitor at (Ubuntu): status New Confirmed
2020-12-14 08:04:35 Christian Ehrhardt  bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792040
2020-12-14 08:04:46 Christian Ehrhardt  bug added subscriber Paride Legovini
2020-12-14 08:05:22 Christian Ehrhardt  bug task added at (Debian)
2020-12-14 08:05:38 Christian Ehrhardt  bug added subscriber Ubuntu Server
2020-12-14 08:05:46 Christian Ehrhardt  at (Ubuntu): importance Undecided Low
2020-12-14 11:51:42 Bug Watch Updater at (Debian): status Unknown New
2020-12-15 10:30:06 Paride Legovini at (Ubuntu): assignee Paride Legovini (paride)
2020-12-15 15:38:16 Launchpad Janitor merge proposal linked https://code.launchpad.net/~paride/ubuntu/+source/at/+git/at/+merge/395372
2020-12-15 23:30:09 Launchpad Janitor at (Ubuntu): status Confirmed Fix Released
2021-03-15 20:58:51 Utkarsh Gupta tags patch patch server-next
2021-03-15 21:04:10 Utkarsh Gupta tags patch server-next focal patch server-next
2021-03-16 07:05:03 Christian Ehrhardt  nominated for series Ubuntu Focal
2021-03-16 07:05:03 Christian Ehrhardt  bug task added at (Ubuntu Focal)
2021-03-16 07:05:03 Christian Ehrhardt  nominated for series Ubuntu Groovy
2021-03-16 07:05:03 Christian Ehrhardt  bug task added at (Ubuntu Groovy)
2021-03-22 22:54:57 Launchpad Janitor merge proposal linked https://code.launchpad.net/~utkarsh/ubuntu/+source/at/+git/at/+merge/400006
2021-03-22 23:21:08 Utkarsh Gupta description The seconds in the time string passed to -t is explicitly dropped in all cases. See: https://anonscm.debian.org/cgit/collab-maint/at.git/tree/at.c#n860 Thus the job is always locked to HH:MM:00. Ubuntu release: $ lsb_release -rd Description: Ubuntu 15.04 Release: 15.04 Package version: $ apt-cache policy at at: Installed: 3.1.16-1ubuntu1 Candidate: 3.1.16-1ubuntu1 Version table: *** 3.1.16-1ubuntu1 0 500 http://mirror.rackspace.com/ubuntu/ vivid/main amd64 Packages 100 /var/lib/dpkg/status Expected result: $ at -t 201506101624.05 warning: commands will be executed using /bin/sh at> echo hi at> <EOT> job 1 at Wed Jun 10 16:24:05 2015 Actual result: $ at -t 201506101624.05 warning: commands will be executed using /bin/sh at> echo hi at> <EOT> job 1 at Wed Jun 10 16:24:00 2015 [Impact] ======== The seconds in the time string passed to -t is explicitly dropped in all cases. See: https://anonscm.debian.org/cgit/collab-maint/at.git/tree/at.c#n860 Thus the job is always locked to HH:MM:00. [Test Plan] =========== $ lxc launch ubuntu-daily:focal lp1464051-at-focal $ lxc shell lp1464051-at-focal # apt update && apt install at # at -t 201506101624.05 warning: commands will be executed using /bin/sh at> echo hi at> <EOT> job 1 at Wed Jun 10 16:24:00 2015 // now installing the patched version # add-apt-repository ppa:utkarsh/at # apt update && apt upgrade # at -t 201506101624.05 warning: commands will be executed using /bin/sh at> echo hi at> <EOT> job 1 at Wed Jun 10 16:24:05 2015 // thereby confirming that the fix indeed worked fine [Where Problems Could Occur] ============================ Now that the patch doesn't subtracts the seconds anymore, there could be some edge case here and there (though unlikely & trivial).
2021-03-22 23:25:20 Utkarsh Gupta at (Ubuntu Focal): assignee Utkarsh Gupta (utkarsh)
2021-03-23 09:04:41 Launchpad Janitor merge proposal linked https://code.launchpad.net/~utkarsh/ubuntu/+source/at/+git/at/+merge/400019
2021-03-23 18:16:09 Utkarsh Gupta at (Ubuntu Groovy): assignee Utkarsh Gupta (utkarsh)
2021-03-25 05:53:54 Robie Basak bug added subscriber Robie Basak
2021-03-26 18:59:38 Robie Basak at (Ubuntu Focal): status New Won't Fix
2021-03-26 18:59:41 Robie Basak at (Ubuntu Groovy): status New Won't Fix
2021-04-25 22:24:36 Bug Watch Updater at (Debian): status New Fix Released