** Changed in: util-linux (Debian)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
To manage
** Tags removed: sts-sponsor-mfo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
To manage notifications about this bug go to:
https:/
** Changed in: util-linux (Debian)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
To manage notificat
** Changed in: util-linux (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
To manage notificatio
This bug was fixed in the package util-linux - 2.31.1-0.4ubuntu3.6
---
util-linux (2.31.1-0.4ubuntu3.6) bionic; urgency=medium
* d/p/hwclock_fix_audit_status.patch: reverse hwclock exit status
so to match audit_log_user_message(3) semantics. (LP: #1865504)
-- Joy Latten Thu,
This bug was fixed in the package util-linux - 2.34-0.1ubuntu2.4
---
util-linux (2.34-0.1ubuntu2.4) eoan; urgency=medium
* d/p/hwclock_fix_audit_status.patch: reverse hwclock exit status
so to match audit_log_user_message(3) semantics. (LP: #1865504)
-- Joy Latten Thu, 05 Ma
** Tags added: verification-done-eoan
** Tags added: verification-done-bionic
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
To mana
Successful verification on amd64 for bionic
$ dpkg -l | grep util-linux
ii util-linux2.31.1-0.4ubuntu3.6
amd64miscellaneous system utilities
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DI
autopkgtests
---
All test failures (except mysql-5.7 on bionic) were transient, and
passed w/ one retry.
The test failure for mysql-5.7/bionic is unrelated to this upload.
Confirmed w/ a retry on -updates and -proposed.
Both fail in the same way:
mysql-5.7 [bionic/amd64]
Version Trigge
Successful verification on amd64 for eaon
$ dpkg -l | grep util-linux
ii util-linux 2.34-0.1ubuntu2.4
amd64miscellaneous system utilities
Audit records found in /var/log/audit/audit.log,
type=USYS_CONFIG msg=audit(1584463433.533:68): pid=4
Hi Joy,
Thanks for looking at those, I'm back from PTO and will take a look at
clearing them out.
Do you plan to verify bionic/eoan-proposed? I can do it as it's quick,
but wanted to check w/ you first as you're the reporter.
Thanks,
Mauricio
--
You received this bug notification because you a
Mauricio,
Thank you so much for handling. Much appreciated. I took a quick look at the
above #15 and #16 and perhaps a retry may be beneficial... there were some
timeouts...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bu
Hello Joy, or anyone else affected,
Accepted util-linux into eoan-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/util-
linux/2.34-0.1ubuntu2.4 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
http
** Tags added: sts-sponsor-mfo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
To manage notifications about this bug go to:
https://b
Joy,
Great work on the debdiff, specially on the DEP3 headers in the patch,
and on the steps to reproduce, which are concise and clear.
I slightly modified the changelog entry to include the d/p/file.patch
path, and clarified its purpose. I also ran 'quilt refresh' to remove
offsets when applying
Test/Eoan:
===
$ lsb_release -cs
eoan
$ sudo apt update
$ sudo apt install -y auditd
Before: (audit.log has res=failed)
---
$ dpkg -s util-linux | grep ^Version:
Version: 2.34-0.1ubuntu2.3
$ sudo hwclock --set --date "1/1/2000 00:00:00"
$ echo $?
0
$ sudo hwclock --utc --systohc
$ echo $?
0
** Patch added: "lp1865504_bionic_util-linux.debdiff"
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1865504/+attachment/5335834/+files/lp1865504_bionic_util-linux.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Patch added: "lp1865504_eoan_util-linux.debdiff"
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1865504/+attachment/5335833/+files/lp1865504_eoan_util-linux.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
Test/Bionic:
===
$ lsb_release -cs
bionic
Before: (audit.log has res=failed)
---
$ dpkg -s util-linux | grep ^Version:
Version: 2.31.1-0.4ubuntu3.5
$ sudo hwclock --set --date "1/1/2000 00:00:00"
$ echo $?
0
$ sudo hwclock --utc --systohc
$ echo $?
0
$ grep hwclock /var/log/audit/audit.log |
** Description changed:
- [IMPACT]
- hwclock reports incrorect status in audit message
+ [Impact]
- hwclock calls audit_log_user_message(3) to create an audit entry.
- audit_log_user_message(3) result 1 is "success" and 0 is
- "failed", hwclock use standard EXIT_{SUCCESS,FAILURE} macros with re
Working on the stable releases E/B as discussed w/ Marc on IRC.
** Changed in: util-linux (Ubuntu Bionic)
Status: New => In Progress
** Changed in: util-linux (Ubuntu Bionic)
Assignee: (unassigned) => Mauricio Faria de Oliveira (mfo)
** Changed in: util-linux (Ubuntu Bionic)
Impor
This bug was fixed in the package util-linux - 2.34-0.1ubuntu8
---
util-linux (2.34-0.1ubuntu8) focal; urgency=medium
* hwclock: fix audit exit status (LP: #1865504)
-- Joy Latten Thu, 05 Mar 2020 11:23:23
-0600
** Changed in: util-linux (Ubuntu)
Status: Fix Committed =>
Hi Joy, Marc,
Nice catch on this bug.
I see the debdiff made focal-proposed just now; cool
I'd be happy to review/sponsor for Eoan and Bionic, if you're OK with
it.
I currently have an SRU in eoan-proposed, which should be promoted next
week, so I'm already keeping an eye out for when it's done
ACK on the debdiff in comment #3. Uploaded to focal. Thanks!
** Changed in: util-linux (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwcl
** Also affects: util-linux (Ubuntu Eoan)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
** Also affects: util-linux (Ubuntu Bionic)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865504
Title:
hwclock reports incorrect status in audit message
The debdiff for focal
** Attachment removed: "debdiff for focal"
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1865504/+attachment/5333544/+files/debdiff.focal
** Attachment added: "debdiff.focal"
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1865504/+attachment/53
Build log
https://launchpad.net/~j-latten/+archive/ubuntu/joyppa/+build/18795481
** Bug watch added: Debian Bug tracker #953065
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953065
** Also affects: util-linux (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953065
Impo
** Attachment added: "debdiff for focal"
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1865504/+attachment/5333544/+files/debdiff.focal
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/186
** Description changed:
+ [IMPACT]
+ hwclock reports incrorect status in audit message
+
+ hwclock calls audit_log_user_message(3) to create an audit entry.
audit_log_user_message(3) result 1 is "success" and 0 is
"failed", hwclock use standard EXIT_{SUCCESS,FAILURE} macros with reverse
- sta
30 matches
Mail list logo